1
1
mirror of https://github.com/primer/css.git synced 2024-12-23 06:01:54 +03:00

Remove template and ignore shipping docs.scss

This commit is contained in:
Jon Rohan 2021-04-01 10:41:44 -07:00
parent 4c81091e92
commit e86f9621b8
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
2 changed files with 1 additions and 25 deletions

View File

@ -7,6 +7,7 @@ script/
# we ignore this because everything in src/ is copied out in script/prepublish
src/
tmp/
docs.scss
.*
*.log
now.json

View File

@ -1,25 +0,0 @@
---
bundle: "{bundle}"
generated: true
---
# Primer CSS: `{bundle}` 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/{bundle}/index.scss";
```
## Build
The `@primer/css` npm package includes a standalone CSS build of this module in `dist/{bundle}.css`.
## License
[MIT](https://github.com/primer/css/blob/main/LICENSE) © [GitHub](https://github.com/)
[scss]: https://sass-lang.com/documentation/syntax#scss