Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d262330

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

File tree

2 files changed

+16
-2
lines changed
Filter options

2 files changed

+16
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: projects/coreui-angular/README.md
+8-1Lines changed: 8 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.