]> _ Git - fluidbook-html5.git/commitdiff
Done #1715 @0.5
authorStephen Cameron <stephen@cubedesigners.com>
Fri, 6 Oct 2017 09:40:52 +0000 (11:40 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Fri, 6 Oct 2017 09:40:52 +0000 (11:40 +0200)
style/variables.less

index 6e19b02125c375d0520604e9db447eb41aba0241..6fcd864bbcbd659d5436298c1321cf05c9ac8bc8 100644 (file)
@@ -2,7 +2,8 @@
 
 @max: 45;
 
-@menu-breakpoint: 1080px;
+// menu-breakpoint is now a book parameter and is dynamically added to book-variables.less by the compiler writeCSS()
+//@menu-breakpoint: 1080px;
 
 @menu-background-green: max(@max, min(255-@max, green(@menu-background)));
 @menu-background-red: max(@max, min(255-@max, red(@menu-background)));