1
1
mirror of https://github.com/primer/css.git synced 2024-11-11 04:00:54 +03:00
The CSS design system that powers GitHub
Go to file
2019-02-11 23:01:48 -08:00
.github Merge remote-tracking branch 'origin/reorg' into reorg 2019-02-11 23:01:48 -08:00
.storybook fix bad merge 2018-10-17 14:58:35 -07:00
docs chore: lint docs/ 2019-02-11 13:58:19 -08:00
docs-test chore: move all the docs stuff up 2019-02-04 12:55:18 -08:00
fonts chore: re-add fonts/Inter-UI-*.woff 2019-02-07 17:01:22 -08:00
lib chore: lint lib/ 2019-02-11 13:58:10 -08:00
pages fix: fix path to index.scss in _app.js 2019-02-04 15:46:56 -08:00
script dist: bring back dist/*.js 2019-02-11 14:47:01 -08:00
src chore: move all the SCSS files to src/ 2019-02-04 13:50:17 -08:00
static chore: move all the docs stuff up 2019-02-04 12:55:18 -08:00
tests fix broken year tests 2019-01-04 10:38:05 -08:00
.eslintrc.json lint: add eslint configs 2019-02-11 13:57:49 -08:00
.gitignore chore: rename publish-files.txt -> .log 2019-02-07 16:40:38 -08:00
.npmignore chore: remove tools/ from .npmignore 2019-02-11 15:18:58 -08:00
.npmrc npm: move unsafe-perm from .npmrc to args 2019-02-07 15:05:03 -08:00
.stylelintrc.json Moving .stylelintrc.json to root 2017-07-26 15:14:47 -07:00
CHANGELOG.md chore: update CHANGELOG for 12.0.0 2019-02-11 14:21:30 -08:00
CODE_OF_CONDUCT.md add code of conduct 2018-12-04 15:34:29 -05:00
DEVELOP.md docs: move docs site docs to DEVELOP.md 2019-02-08 16:44:46 -08:00
LICENSE Happy new year 2018-01-03 15:05:16 -08:00
MIGRATION.md docs: add MIGRATION.md 2019-02-08 11:30:17 -08:00
next.config.js chore: move all the docs stuff up 2019-02-04 12:55:18 -08:00
now.json deploy: add script dir to now.json files 2019-02-04 15:51:26 -08:00
package-lock.json chore: npm version 12.0.0 2019-02-11 14:21:45 -08:00
package.json chore: npm version 12.0.0 2019-02-11 14:21:45 -08:00
prettier.config.js lint: add prettier.config.js 2019-02-11 11:38:23 -08:00
README.md docs: remove docs site stuff from README, etc. 2019-02-08 16:45:01 -08:00
RELEASING.md docs: update links in PR snippet 2019-02-11 15:09:08 -08:00

Primer

npm version

Primer CSS is the Sass implementation of Primer, the design system that powers GitHub.

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 in this repo is created with Primer Components, Next, and hosted on Now.

License

MIT © GitHub