1
1
mirror of https://github.com/primer/css.git synced 2024-09-17 19:57:26 +03:00
The CSS design system that powers GitHub
Go to file
dependabot[bot] bd183f3080
Bump @primer/octicons from 12.1.0 to 13.0.0
Bumps [@primer/octicons](https://github.com/primer/octicons) from 12.1.0 to 13.0.0.
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primer/octicons/compare/v12.1.0...v13.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-07 17:50:42 +00:00
__tests__ Fixing eslint 2021-04-01 10:56:12 -07:00
.changeset Merge pull request #1302 from primer/move_fonts_folder 2021-04-07 08:26:56 -07:00
.github two config didn't work 2021-04-07 10:44:56 -07:00
docs main not master 2021-04-06 21:53:24 -07:00
script Fixing eslint config 2021-04-07 08:33:42 -07:00
src Merge pull request #1302 from primer/move_fonts_folder 2021-04-07 08:26:56 -07:00
.gitignore create pretest script 2021-03-31 22:40:51 -07:00
.npmignore ignore vercel.json 2021-04-07 09:10:53 -07:00
.npmrc don't create package-lock on install 2021-03-31 21:22:41 -07:00
.vercelignore Rename now files to vercel 2021-04-05 20:41:56 -07:00
CHANGELOG.md Version Packages 2021-04-06 23:05:43 +00:00
deprecations.js Adding deprecation warning for browserslist update 2021-04-01 11:04:14 -07:00
LICENSE Updating docs to reflect new release workflow 2021-04-01 13:36:44 -07:00
package.json Bump @primer/octicons from 12.1.0 to 13.0.0 2021-04-07 17:50:42 +00:00
postcss.config.js Fix PostCSS include path 2020-08-10 10:41:03 -07:00
prettier.config.js Revert "Move prettier config to package.json" 2021-04-06 08:17:08 -07:00
README.md Updating docs to reflect new release workflow 2021-04-01 13:36:44 -07:00
stylelint.config.js Stylelint ignore fonts folder 2021-04-07 09:08:38 -07:00
vercel.json Merge branch 'main' into vercel_action 2021-04-06 08:19:22 -07:00
yarn.lock Bump @primer/octicons from 12.1.0 to 13.0.0 2021-04-07 17:50:42 +00:00

Primer CSS

The CSS implementation of GitHub's Primer Design System

Documentation

Our documentation site lives at primer.style/css. You'll be able to find detailed documentation on getting started, all of the components, our theme, our principles, and more.

Install

This repository is distributed with npm. After installing npm, you can install @primer/css with this command:

npm install --save @primer/css

Usage

The included source files are written in Sass using SCSS syntax. After installing with npm, you can add your project's node_modules directory to your Sass include paths (AKA load paths in Ruby), then import it like this:

@import "@primer/css/index.scss";

You can import individual Primer modules directly from the @primer/css package:

@import "@primer/css/core/index.scss";
@import "@primer/css/product/index.scss";
@import "@primer/css/marketing/index.scss";

Development

See DEVELOP.md for development docs.

Releasing (for GitHub staff)

You can find docs about our release process in RELEASING.md.

License

MIT © GitHub