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:
parent
81825ff042
commit
c37f91b488
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user