From d2623301f220bb9ae472ce61a2d64c313e21df8a Mon Sep 17 00:00:00 2001 From: xidedix Date: Wed, 6 Jul 2022 19:30:50 +0200 Subject: [PATCH] chore: Ship v2.14.0 for Angular 14 - closes #137 --- README.md | 9 ++++++++- projects/coreui-angular/README.md | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82c862d0..66e2a037 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,14 @@ $ yarn add @coreui/angular ### CSS -Copy-paste the stylesheet `` into your `` 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 `` into your `` before all other stylesheets to load our CSS. ``` html diff --git a/projects/coreui-angular/README.md b/projects/coreui-angular/README.md index 82c862d0..66e2a037 100644 --- a/projects/coreui-angular/README.md +++ b/projects/coreui-angular/README.md @@ -94,7 +94,14 @@ $ yarn add @coreui/angular ### CSS -Copy-paste the stylesheet `` into your `` 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 `` into your `` before all other stylesheets to load our CSS. ``` html