From: Stephen Cameron Date: Fri, 6 Oct 2017 09:40:52 +0000 (+0200) Subject: Done #1715 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e41ec90ec076a0f30a4a86edc10c0307e5eba7a3;p=fluidbook-html5.git Done #1715 @0.5 --- diff --git a/style/variables.less b/style/variables.less index 6e19b021..6fcd864b 100644 --- a/style/variables.less +++ b/style/variables.less @@ -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)));