From e86f9621b8ed37cbc5be7112d6e55796f410ad1d Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 1 Apr 2021 10:41:44 -0700 Subject: [PATCH] Remove template and ignore shipping docs.scss --- .npmignore | 1 + src/README.template.md | 25 ------------------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 src/README.template.md diff --git a/.npmignore b/.npmignore index 52c8d366..ce59f31a 100644 --- a/.npmignore +++ b/.npmignore @@ -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 diff --git a/src/README.template.md b/src/README.template.md deleted file mode 100644 index 3bd14d58..00000000 --- a/src/README.template.md +++ /dev/null @@ -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