summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/variables.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-05-14 20:10:02 +0200
committerSamy Pessé <samypesse@gmail.com>2014-05-14 20:10:02 +0200
commit58a5245d21706378cab4d540099ec64464cee422 (patch)
treea9b4d2e2d484017d88957779198e54d5bb4708ac /theme/stylesheets/variables.less
parent90d4dff26311e4e8adf9606d44f01585455c7a06 (diff)
parent612f9a6dc7422e2f9979ff12ea495abf3bcb7348 (diff)
downloadgitbook-58a5245d21706378cab4d540099ec64464cee422.zip
gitbook-58a5245d21706378cab4d540099ec64464cee422.tar.gz
gitbook-58a5245d21706378cab4d540099ec64464cee422.tar.bz2
Merge pull request #233 from embreinhardt/master
Add LESS variable for sidebar full-width breakpoint
Diffstat (limited to 'theme/stylesheets/variables.less')
-rwxr-xr-xtheme/stylesheets/variables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/stylesheets/variables.less b/theme/stylesheets/variables.less
index 36fc195..fda6b13 100755
--- a/theme/stylesheets/variables.less
+++ b/theme/stylesheets/variables.less
@@ -17,6 +17,7 @@
// Sidebar
@sidebar-width: 250px;
+@sidebar-breakpoint: 600px;
@sidebar-color: hsl(207, 15%, 80%);
@sidebar-background: hsl(207, 15%, 95%);