diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-14 20:10:02 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-14 20:10:02 +0200 |
commit | 58a5245d21706378cab4d540099ec64464cee422 (patch) | |
tree | a9b4d2e2d484017d88957779198e54d5bb4708ac /theme/stylesheets/variables.less | |
parent | 90d4dff26311e4e8adf9606d44f01585455c7a06 (diff) | |
parent | 612f9a6dc7422e2f9979ff12ea495abf3bcb7348 (diff) | |
download | gitbook-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-x | theme/stylesheets/variables.less | 1 |
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%); |