File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Variable overrides
2
2
//
3
3
// If you want to customize your project please add your variables below.
4
+
5
+ $enable-rtl : true; /* stylelint-disable-line scss/dollar-variable-default */
6
+ $enable-deprecation-messages : false; /* stylelint-disable-line scss/dollar-variable-default */
Original file line number Diff line number Diff line change 1
1
// If you want to override variables do it here
2
2
@import " variables" ;
3
3
4
- $enable-ltr : true; /* stylelint-disable-line scss/dollar-variable-default */
5
- $enable-rtl : true; /* stylelint-disable-line scss/dollar-variable-default */
6
-
7
4
// Import styles
8
5
@import " @coreui/coreui/scss/coreui" ;
9
6
10
7
@import " layout" ;
11
8
12
- // Prism.js
9
+ // Preview
13
10
@import " examples" ;
14
11
15
12
// If you want to add custom CSS you can put it here.
You can’t perform that action at this time.
0 commit comments