1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 22:53:58 +03:00

Fix broken pointer from packages to modules

The directory that houses all of the design system components was changed from `packages` to `modules` in c9ea37316f
This commit is contained in:
Tyson Gach 2018-03-06 18:50:58 -05:00 committed by GitHub
parent 81825ff042
commit c37f91b488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ Then, you would import the module with:
@import "primer-navigation/index.scss";
```
Or, while you're figuring out which modules you need, you can import them directly from the `primer` [`packages` directory](./packages) like so:
Or, while you're figuring out which modules you need, you can import them directly from the `primer` [`modules` directory](./modules) like so:
```scss
@import "primer/modules/primer-navigation/index.css";