mirror of
https://github.com/primer/css.git
synced 2025-01-06 22:36:48 +03:00
Update pages/css/getting-started/index.md
Co-Authored-By: emplums <emplums@github.com>
This commit is contained in:
parent
625794525f
commit
470ab92fea
@ -49,7 +49,7 @@ sass:
|
||||
It's best practice to import all of this scss into one file, usually named `index.scss`. From this file you'll import one or more Primer CSS bundles and any other custom code you write.
|
||||
|
||||
```scss
|
||||
@import "primer-core/index.scss";
|
||||
@import "@primer/css/core/index.scss";
|
||||
// These files live in the same directory as the index file.
|
||||
@import "./custom-1.scss";
|
||||
@import "./custom-2.scss";
|
||||
|
Loading…
Reference in New Issue
Block a user