We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee044b5 commit 5a23e74Copy full SHA for 5a23e74
scss/coreui-standalone.scss
@@ -10,9 +10,9 @@
10
@import "variables";
11
12
// Import Bootstrap source files
13
-@import "node_modules/bootstrap/scss/functions";
14
-@import "node_modules/bootstrap/scss/variables";
15
-@import "node_modules/bootstrap/scss/mixins";
+@import "bootstrap/functions";
+@import "bootstrap/variables";
+@import "bootstrap/mixins";
16
17
// Import core styles
18
@import "mixins";
@@ -62,4 +62,4 @@
62
@import "rtl";
63
64
// Custom Properties support for Internet Explorer
65
-@import "ie-custom-properties"
+@import "ie-custom-properties";
0 commit comments