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