summaryrefslogtreecommitdiffstats
path: root/assets/sass/@primer/css/product
diff options
context:
space:
mode:
authoramzrk22020-04-14 20:58:19 +0800
committeramzrk22020-04-14 20:58:19 +0800
commitbaf7534870460015c194281ad98e1fef99911ef1 (patch)
treecc424e273de1953917a06e5536b2fc527ead78a3 /assets/sass/@primer/css/product
parentf01d08490b3f5f35eca026792d0efe239bda4ff9 (diff)
downloadhugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.tar.gz
hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.tar.bz2
hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.zip
Remove redundant Primer CSS
Diffstat (limited to 'assets/sass/@primer/css/product')
-rw-r--r--assets/sass/@primer/css/product/README.md25
-rw-r--r--assets/sass/@primer/css/product/index.scss27
2 files changed, 0 insertions, 52 deletions
diff --git a/assets/sass/@primer/css/product/README.md b/assets/sass/@primer/css/product/README.md
deleted file mode 100644
index 1bb7cc1..0000000
--- a/assets/sass/@primer/css/product/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-bundle: "product"
-generated: true
----
-
-# Primer CSS: `product` 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/product/index.scss";
-```
-
-## Build
-
-The `@primer/css` npm package includes a standalone CSS build of this module in `dist/product.css`.
-
-## License
-
-[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/)
-
-
-[scss]: https://sass-lang.com/documentation/syntax#scss
diff --git a/assets/sass/@primer/css/product/index.scss b/assets/sass/@primer/css/product/index.scss
deleted file mode 100644
index 89263f9..0000000
--- a/assets/sass/@primer/css/product/index.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-/*!
- * @primer/css/product
- * http://primer.style/css
- *
- * Released under MIT license. Copyright (c) 2019 GitHub Inc.
- */
-
-// Global requirements
-@import "../support/index.scss";
-
-// Product specific css modules
-@import "../alerts/index.scss";
-@import "../autocomplete/index.scss";
-@import "../avatars/index.scss";
-@import "../blankslate/index.scss";
-@import "../branch-name/index.scss";
-@import "../dropdown/index.scss";
-@import "../header/index.scss";
-@import "../labels/index.scss";
-@import "../loaders/index.scss";
-@import "../markdown/index.scss";
-@import "../popover/index.scss";
-@import "../progress/index.scss";
-@import "../select-menu/index.scss";
-@import "../subhead/index.scss";
-@import "../timeline/index.scss";
-@import "../toasts/index.scss"