Skip to content

Commit d262330

Browse files
committed
chore: Ship v2.14.0 for Angular 14
- closes #137
1 parent 8a23c74 commit d262330

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,14 @@ $ yarn add @coreui/angular
9494

9595
### CSS
9696

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.
98105

99106
``` html
100107
<link rel="stylesheet" href="node_modules/@coreui/coreui/dist/css/coreui.min.css">

projects/coreui-angular/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,14 @@ $ yarn add @coreui/angular
9494

9595
### CSS
9696

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.
98105

99106
``` html
100107
<link rel="stylesheet" href="node_modules/@coreui/coreui/dist/css/coreui.min.css">

0 commit comments

Comments
 (0)