summaryrefslogtreecommitdiffstats
path: root/assets/sass/@primer/css/popover/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/@primer/css/popover/README.md')
-rw-r--r--assets/sass/@primer/css/popover/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/sass/@primer/css/popover/README.md b/assets/sass/@primer/css/popover/README.md
new file mode 100644
index 0000000..3fd2e73
--- /dev/null
+++ b/assets/sass/@primer/css/popover/README.md
@@ -0,0 +1,25 @@
+---
+bundle: "popover"
+generated: true
+---
+
+# Primer CSS: `popover` 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/popover/index.scss";
+```
+
+## Build
+
+The `@primer/css` npm package includes a standalone CSS build of this module in `dist/popover.css`.
+
+## License
+
+[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/)
+
+
+[scss]: https://sass-lang.com/documentation/syntax#scss