1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00

re-run script/generate-bundle-readmes

This commit is contained in:
Shawn Allen 2019-09-05 13:20:42 -07:00
parent df7606ed1e
commit 3ad0b9f8d2

View File

@ -1,21 +1,21 @@
---
bundle: "dropdowns"
bundle: "dropdown"
generated: true
---
# Primer CSS: `dropdowns` bundle
# Primer CSS: `dropdown` bundle
## Usage
Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with:
```scss
@import "@primer/css/dropdowns/index.scss";
@import "@primer/css/dropdown/index.scss";
```
## Build
The `@primer/css` npm package includes a standalone CSS build of this module in `dist/dropdowns.css`.
The `@primer/css` npm package includes a standalone CSS build of this module in `dist/dropdown.css`.
## License