Skip to content

Commit

Permalink
Update _variables.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox authored Oct 4, 2022
1 parent 3b5e11f commit c0c458f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/// All variables must be defined separately
/// to the _config so that they can be overridden
/// using _override-var and _override-config.
/// Variables cannot be defined in the _config file
/// using the _override-vars and/or _override-config.
/// Variables cannot be defined and then used in the _config file
/// because when you want to override them sass will
/// throw the following error 'undefined variable'.
/// throw the 'undefined variable' error.

/// Set default feature flags
$generate-css-vars: true !default;
Expand Down

0 comments on commit c0c458f

Please sign in to comment.