summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/variables.less
diff options
context:
space:
mode:
authorErika Reinhardt <embreinhardt@gmail.com>2014-05-14 11:01:57 -0700
committerErika Reinhardt <embreinhardt@gmail.com>2014-05-14 11:01:57 -0700
commit612f9a6dc7422e2f9979ff12ea495abf3bcb7348 (patch)
treea9b4d2e2d484017d88957779198e54d5bb4708ac /theme/stylesheets/variables.less
parent0f38385c7d9138f0695a2814be9f0a76dbfab0aa (diff)
downloadgitbook-612f9a6dc7422e2f9979ff12ea495abf3bcb7348.zip
gitbook-612f9a6dc7422e2f9979ff12ea495abf3bcb7348.tar.gz
gitbook-612f9a6dc7422e2f9979ff12ea495abf3bcb7348.tar.bz2
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%);