Skip to content

Commit

Permalink
re-run script/generate-bundle-readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Sep 5, 2019
1 parent df7606e commit 3ad0b9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dropdown/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3ad0b9f

Please sign in to comment.