@primer/css
Version:
Primer is the CSS framework that powers GitHub's front-end design. primer includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to i
26 lines (15 loc) • 630 B
Markdown
bundle: "pagination"
generated: true
# Primer CSS: `pagination` 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/pagination/index.scss";
```
## Build
The `@primer/css` npm package includes a standalone CSS build of this module in `dist/pagination.css`.
## License
[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/)
[scss]: https://sass-lang.com/documentation/syntax#scss