Skip to content

Commit 0a1f05d

Browse files
committed
refactor: improve styles
1 parent 4cafdd8 commit 0a1f05d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/scss/_variables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
// Variable overrides
22
//
33
// 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 */

src/scss/style.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
// If you want to override variables do it here
22
@import "variables";
33

4-
$enable-ltr: true; /* stylelint-disable-line scss/dollar-variable-default */
5-
$enable-rtl: true; /* stylelint-disable-line scss/dollar-variable-default */
6-
74
// Import styles
85
@import "@coreui/coreui/scss/coreui";
96

107
@import "layout";
118

12-
// Prism.js
9+
// Preview
1310
@import "examples";
1411

1512
// If you want to add custom CSS you can put it here.

0 commit comments

Comments
 (0)