From baf7534870460015c194281ad98e1fef99911ef1 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Tue, 14 Apr 2020 20:58:19 +0800 Subject: Remove redundant Primer CSS --- assets/sass/@primer/css/header/README.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 assets/sass/@primer/css/header/README.md (limited to 'assets/sass/@primer/css/header/README.md') diff --git a/assets/sass/@primer/css/header/README.md b/assets/sass/@primer/css/header/README.md deleted file mode 100644 index a6938ea..0000000 --- a/assets/sass/@primer/css/header/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "header" -generated: true ---- - -# Primer CSS: `header` 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/header/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/header.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss -- cgit v1.2.3