1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00
The CSS design system that powers GitHub
Go to file
2021-03-25 13:43:57 -07:00
.changeset Matching primer/components 2021-03-25 13:12:06 -07:00
.github Updating lint line 2021-03-25 13:36:35 -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 roll back these changes 2021-03-25 13:43:57 -07:00
fonts Add Inter Bold 2019-12-18 20:00:56 +09:00
lib lint 2019-10-25 16:41:05 -07:00
script roll back these changes 2021-03-25 13:43:57 -07:00
src s/Firfox/Firefox 2021-01-18 15:45:36 +00:00
static Remove old docs 2019-08-12 15:15:46 -07:00
.browserslistrc build: add .browserslistrc 2019-02-11 21:46:15 -08:00
.eslintrc.json roll back these changes 2021-03-25 13:43:57 -07:00
.gitignore move now-build.sh up to /script, etc. 2019-11-04 12:28:49 -08:00
.nowignore add .nowignore 2019-11-04 12:28:21 -08:00
.npmignore Merge pull request #672 from primer/reorg-build 2019-02-12 11:38:22 -08:00
.npmrc remove npm defaults from .npmrc 2019-09-09 14:31:57 -07:00
CHANGELOG.md Update CHANGELOG.md 2020-09-10 12:03:20 +09:00
CODE_OF_CONDUCT.md i think there is a grammatical error here 2020-06-30 14:07:43 +05:30
deprecations.js Update deprecations.js 2020-07-02 17:33:20 +09:00
DEVELOP.md update development docs for new gatsby site 2019-09-13 12:03:08 -07:00
LICENSE Happy new year 2018-01-03 15:05:16 -08:00
MIGRATING.md Update MIGRATING.md 2020-01-28 15:18:04 +09:00
now.json Revert now.json changes 2019-12-16 14:08:58 -08:00
package-lock.json roll back these changes 2021-03-25 13:43:57 -07:00
package.json roll back these changes 2021-03-25 13:43:57 -07:00
postcss.config.js chore: lint 2019-02-11 22:32:26 -08:00
prettier.config.js roll back these changes 2021-03-25 13:43:57 -07:00
README.md Update README.md 2020-10-15 03:23:02 +05:30
release.config.js add release.config.js 2019-10-25 16:34:57 -07:00
RELEASING.md Update RELEASING.md 2020-08-03 10:32:38 +09:00
stylelint.config.js enforce scss/dollar-variable-default specifically 2019-10-31 15:10:30 -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