diff options
author | Erika Reinhardt <embreinhardt@gmail.com> | 2014-05-14 11:01:57 -0700 |
---|---|---|
committer | Erika Reinhardt <embreinhardt@gmail.com> | 2014-05-14 11:01:57 -0700 |
commit | 612f9a6dc7422e2f9979ff12ea495abf3bcb7348 (patch) | |
tree | a9b4d2e2d484017d88957779198e54d5bb4708ac /theme/stylesheets/variables.less | |
parent | 0f38385c7d9138f0695a2814be9f0a76dbfab0aa (diff) | |
download | gitbook-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-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%); |