Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Mar 1, 2022
1 parent 5c8c929 commit 926a8a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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;

Expand Down
4 changes: 0 additions & 4 deletions scss/custom-full.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Toggle global options
$enable-gradients: false;
$enable-shadows: false;

// Customize some defaults
@import "variables";
@import "bootstrap/scss/bootstrap";
Expand Down

0 comments on commit 926a8a4

Please sign in to comment.