From 926a8a446d87c7b9f4a9e740be33e23b5dceb6c3 Mon Sep 17 00:00:00 2001 From: Dan Matthew <111794+danielmatthew@users.noreply.github.com> Date: Tue, 1 Mar 2022 17:14:37 +0000 Subject: [PATCH] docs: update readme --- README.md | 6 +----- scss/custom-full.scss | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 3002595..b711db3 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ - Specify the variable overrides, import the rest of Bootstrap, and then include the theme partial ```scss -// Toggle global options -$enable-gradients: false; -$enable-shadows: false; - @import "variables"; // Talis customisations are here @import "bootstrap/scss/bootstrap"; @import 'theme'; @@ -21,7 +17,7 @@ Or ```scss -// Toggle global options +// Toggle global options – these need to be set ahead of the functions $enable-gradients: false; $enable-shadows: false; diff --git a/scss/custom-full.scss b/scss/custom-full.scss index e1e800a..639b905 100644 --- a/scss/custom-full.scss +++ b/scss/custom-full.scss @@ -1,7 +1,3 @@ -// Toggle global options -$enable-gradients: false; -$enable-shadows: false; - // Customize some defaults @import "variables"; @import "bootstrap/scss/bootstrap";