File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- // stylelint-disable scss/dollar-variable-default
2
-
3
1
// Local docs variables
4
2
$bd-purple : #4c0bce ;
5
3
$bd-violet : lighten (saturate ($bd-purple , 5% ), 15% ); // stylelint-disable-line function-disallowed-list
Original file line number Diff line number Diff line change 29
29
@import " ../../../scss/variables" ;
30
30
@import " ../../../scss/mixins" ;
31
31
32
- $gray-100 : #f0f4f7 ; // stylelint-disable-line scss/dollar-variable-default
32
+ $gray-100 : #f0f4f7 ;
33
33
34
34
// fusv-disable
35
- $enable-grid-classes : false; // stylelint-disable-line scss/dollar-variable-default
36
- $enable-cssgrid : true; // stylelint-disable-line scss/dollar-variable-default
35
+ $enable-grid-classes : false;
36
+ $enable-cssgrid : true;
37
37
// fusv-enable
38
38
@import " ../../../scss/grid" ;
39
39
You can’t perform that action at this time.
0 commit comments