From e41ec90ec076a0f30a4a86edc10c0307e5eba7a3 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Fri, 6 Oct 2017 11:40:52 +0200 Subject: [PATCH] Done #1715 @0.5 --- style/variables.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))); -- 2.39.5