Skip to content

Commit

Permalink
chore: Ship v2.14.0 for Angular 14
Browse files Browse the repository at this point in the history
- closes #137
  • Loading branch information
xidedix committed Jul 6, 2022
1 parent 8a23c74 commit d262330
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,14 @@ $ yarn add @coreui/angular

### CSS

Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.
Import scss in `src/scss/style.scss`

```scss
// Import styles
@import "~@coreui/coreui/scss/coreui";
```

Or copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.

``` html
<link rel="stylesheet" href="node_modules/@coreui/coreui/dist/css/coreui.min.css">
Expand Down
9 changes: 8 additions & 1 deletion projects/coreui-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,14 @@ $ yarn add @coreui/angular

### CSS

Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.
Import scss in `src/scss/style.scss`

```scss
// Import styles
@import "~@coreui/coreui/scss/coreui";
```

Or copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.

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

0 comments on commit d262330

Please sign in to comment.