1
1
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:
Shawn Allen 2019-04-30 13:41:40 -07:00 committed by GitHub
parent 625794525f
commit 470ab92fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";