From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- assets/sass/@primer/css/dropdown/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets/sass/@primer/css/dropdown/README.md (limited to 'assets/sass/@primer/css/dropdown/README.md') diff --git a/assets/sass/@primer/css/dropdown/README.md b/assets/sass/@primer/css/dropdown/README.md new file mode 100644 index 0000000..48e9c4b --- /dev/null +++ b/assets/sass/@primer/css/dropdown/README.md @@ -0,0 +1,25 @@ +--- +bundle: "dropdown" +generated: true +--- + +# Primer CSS: `dropdown` 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/dropdown/index.scss"; +``` + +## Build + +The `@primer/css` npm package includes a standalone CSS build of this module in `dist/dropdown.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