mirror of
https://github.com/primer/css.git
synced 2024-12-26 07:35:04 +03:00
9f576a3c33
* setup new tokens * layout * label positioning * cleanup * states * cleanup * convert label to use grid for caption text (start) * begin checkbox/radio custom styles * fix input grid (mostly) * refactor + cleanup * consolidate styles, start custom checkbox * cleanup * lint * add disabled state to actionlist-item * adjust trailing action grid * Stylelint auto-fixes * remove docs * add indeterminate checkbox styles * Create empty-drinks-report.md Co-authored-by: Actions Auto Build <actions@github.com> |
||
---|---|---|
.. | ||
autocomplete.scss | ||
index.scss | ||
README.md | ||
suggester.scss |
bundle | generated |
---|---|
autocomplete | true |
Primer CSS: autocomplete
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:
@import "@primer/css/autocomplete/index.scss";
Build
The @primer/css
npm package includes a standalone CSS build of this module in dist/autocomplete.css
.