1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00
The CSS design system that powers GitHub
Go to file
2019-03-07 15:30:35 -08:00
.github ci: remove custom publish statuses 2019-02-12 13:36:51 -08:00
.storybook storybook: bump octicons CSS version 2019-03-07 14:42:03 -08:00
bin migrate: add primer-migrate binary, tests 2019-02-13 15:43:12 -08:00
docs rename "dead" prop to "inert" in CodeExample 2019-03-06 10:45:01 -08:00
docs-test docs: mark /packages as removed 2019-02-11 21:51:06 -08:00
fonts update InterUI name to Inter, and update font files 2019-02-27 13:19:49 -08:00
lib remove unused configured variable 2019-03-04 14:43:26 -08:00
pages swap "dead" for "inert=true" in non-live HTML snippets 2019-03-07 14:42:51 -08:00
script Merge remote-tracking branch 'origin/release-12.1.1' into fix-storybook 2019-03-06 15:57:03 -08:00
src Merge pull request #709 from primer/remove-ui-for-realsies 2019-03-06 15:41:24 -08:00
static updated README image with current version 2019-02-21 15:06:39 -08:00
tests fix broken year tests 2019-01-04 10:38:05 -08: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 storybook: build to .storybuild, run script/publish-storybook 2019-03-06 11:46:16 -08: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 Moving .stylelintrc.json to root 2017-07-26 15:14:47 -07:00
CHANGELOG.md update CHANGELOG.md 2019-03-07 15:26:36 -08:00
CODE_OF_CONDUCT.md add code of conduct 2018-12-04 15:34:29 -05:00
DEVELOP.md docs: update storybook docs for new setup 2019-03-06 11:23:39 -08: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 chore: move all the docs stuff up 2019-02-04 12:55:18 -08:00
now.json docs: add static/ to "files" in now.json 2019-02-21 09:04:41 -08:00
package-lock.json chore: rebuild package-lock.json 2019-03-07 14:42:26 -08:00
package.json Merge remote-tracking branch 'origin/release-12.1.1' into fix-storybook 2019-03-06 15:57:03 -08: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 internal: remove postversion script, update release docs 2019-02-21 11:48:13 -08: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