From 0d312af2d01419a9fec7c90c39575df37ee8a86f Mon Sep 17 00:00:00 2001 From: Matt Hinchliffe Date: Wed, 11 Dec 2019 14:22:43 +0000 Subject: [PATCH] =?UTF-8?q?Disable=20o-header=20base=20styles=20when=20inc?= =?UTF-8?q?luding=20the=20drawer=20and=20sticky=20header=20styles=20to=20p?= =?UTF-8?q?revent=20duplication=20=F0=9F=90=BF=20v2.12.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/n-ui/header/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/n-ui/header/main.scss b/components/n-ui/header/main.scss index 3df7f7849..0a544f1e3 100644 --- a/components/n-ui/header/main.scss +++ b/components/n-ui/header/main.scss @@ -45,7 +45,7 @@ @include nUiStylesheetEnd('head-n-ui-core'); -@include oHeader(('drawer', 'sticky')); +@include oHeader($opts: ('drawer', 'sticky'), $include-base-styles: false); @include nTopicSearch;