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/progress/README.md | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 assets/sass/@primer/css/progress/README.md

(limited to 'assets/sass/@primer/css/progress/README.md')

diff --git a/assets/sass/@primer/css/progress/README.md b/assets/sass/@primer/css/progress/README.md
deleted file mode 100644
index 255a2fe..0000000
--- a/assets/sass/@primer/css/progress/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-bundle: "progress"
-generated: true
----
-
-# Primer CSS: `progress` 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/progress/index.scss";
-```
-
-## Build
-
-The `@primer/css` npm package includes a standalone CSS build of this module in `dist/progress.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