File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,14 @@ $ yarn add @coreui/angular
94
94
95
95
### CSS
96
96
97
- Copy-paste the stylesheet ` <link> ` into your ` <head> ` before all other stylesheets to load our CSS.
97
+ Import scss in ` src/scss/style.scss `
98
+
99
+ ``` scss
100
+ // Import styles
101
+ @import " ~@coreui/coreui/scss/coreui" ;
102
+ ```
103
+
104
+ Or copy-paste the stylesheet ` <link> ` into your ` <head> ` before all other stylesheets to load our CSS.
98
105
99
106
``` html
100
107
<link rel =" stylesheet" href =" node_modules/@coreui/coreui/dist/css/coreui.min.css" >
Original file line number Diff line number Diff line change @@ -94,7 +94,14 @@ $ yarn add @coreui/angular
94
94
95
95
### CSS
96
96
97
- Copy-paste the stylesheet ` <link> ` into your ` <head> ` before all other stylesheets to load our CSS.
97
+ Import scss in ` src/scss/style.scss `
98
+
99
+ ``` scss
100
+ // Import styles
101
+ @import " ~@coreui/coreui/scss/coreui" ;
102
+ ```
103
+
104
+ Or copy-paste the stylesheet ` <link> ` into your ` <head> ` before all other stylesheets to load our CSS.
98
105
99
106
``` html
100
107
<link rel =" stylesheet" href =" node_modules/@coreui/coreui/dist/css/coreui.min.css" >
You can’t perform that action at this time.
0 commit comments