1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00
The CSS design system that powers GitHub
Go to file
2019-08-07 13:57:52 -07:00
.github Merge branch 'release-12.4.1' into update-docs 2019-06-20 10:57:15 -07:00
.storybook Include GitHub's stylesheet.css in storybook head 2019-07-29 13:04:59 -07:00
bin migrate: add primer-migrate binary, tests 2019-02-13 15:43:12 -08:00
docs lint 2019-07-18 16:37:59 -07:00
docs-test add exception for removed /tools/sketch-templates 2019-05-22 16:17:39 -07:00
fonts update InterUI name to Inter, and update font files 2019-02-27 13:19:49 -08:00
lib use real avatars 2019-08-07 13:57:52 -07:00
pages normalize double quotes 2019-08-07 13:57:52 -07:00
script chore: delete script/check-links, dependencies 2019-05-14 15:15:00 -07:00
src last linter fix 2019-08-05 14:43:23 -04:00
static hack the header :( 2019-04-02 22:59:01 -07:00
.browserslistrc build: add .browserslistrc 2019-02-11 21:46:15 -08:00
.eslintrc.json lint: add eslint configs 2019-02-11 13:57:49 -08:00
.gitignore add search index to gitignore 2019-04-02 22:37:29 -07:00
.npmignore Merge pull request #672 from primer/reorg-build 2019-02-12 11:38:22 -08:00
.npmrc npm: move unsafe-perm from .npmrc to args 2019-02-07 15:05:03 -08:00
.stylelintrc.json lint: disable primer/selector-no-utility 2019-04-11 11:30:51 -07:00
CHANGELOG.md Update CHANGELOG.md 2019-07-23 13:55:03 +09:00
CODE_OF_CONDUCT.md add code of conduct 2018-12-04 15:34:29 -05:00
DEVELOP.md Update DEVELOP.md 2019-08-05 11:52:30 -07:00
LICENSE Happy new year 2018-01-03 15:05:16 -08:00
MIGRATING.md docs: simplify primer-migrate section 2019-02-13 15:52:39 -08:00
next.config.js hack the header :( 2019-04-02 22:59:01 -07:00
now.json fix as issues 2019-04-03 08:23:14 -07:00
package-lock.json add @primer/octicons, bump stylelint-config-primer 2019-08-07 13:57:52 -07:00
package.json add @primer/octicons, bump stylelint-config-primer 2019-08-07 13:57:52 -07:00
postcss.config.js chore: lint 2019-02-11 22:32:26 -08:00
prettier.config.js lint: add prettier.config.js 2019-02-11 11:38:23 -08:00
README.md docs: make the README flashy, like Components’ 2019-02-21 13:42:43 -08:00
RELEASING.md Merge branch 'release-12.3.0' into update-references 2019-04-30 11:23:04 -07:00

Primer CSS

The CSS implementation of GitHub's Primer Design System

Migrating

🚨 If you currently use the primer or primer--prefixed npm packages, please read the migration guide!

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.

Documentation

The Primer CSS docs site is deployed from this repo with primer/deploy. See the development docs for more info.

License

MIT © GitHub