1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00
The CSS design system that powers GitHub
Go to file
2021-03-26 13:26:40 -07:00
.changeset Doesn't need a changeset 2021-03-26 09:33:38 -07:00
.github Split 2021-03-26 13:26:40 -07:00
.storybook Include GitHub's stylesheet.css in storybook head 2019-07-29 13:04:59 -07:00
docs Setting the gatsby defaultBranch 2021-03-26 09:47:57 -07:00
fonts Add Inter Bold 2019-12-18 20:00:56 +09:00
lib Cleaning up unused scripts 2021-03-26 09:27:18 -07:00
script Rename workflow and test deprecations again 2021-03-26 11:19:04 -07:00
src Merge pull request #1254 from primer/tobiasahlin/add-common-utilities 2021-03-26 09:07:24 -07: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
.node-version Use node 14.15.2 version 2021-03-03 23:21:18 +09:00
.nowignore add .nowignore 2019-11-04 12:28:21 -08:00
.npmignore Put copy info back 2021-03-25 14:16:57 -07:00
.npmrc remove npm defaults from .npmrc 2019-09-09 14:31:57 -07:00
CHANGELOG.md Version Packages 2021-03-26 01:11:59 +00:00
CODE_OF_CONDUCT.md i think there is a grammatical error here 2020-06-30 14:07:43 +05:30
deprecations.js Deprecate all .btn-blue selectors 2021-03-11 16:11:36 +09:00
DEVELOP.md Cleaning up unused scripts 2021-03-26 09:27:18 -07:00
LICENSE Happy new year 2018-01-03 15:05:16 -08:00
now.json Revert now.json changes 2019-12-16 14:08:58 -08:00
package-lock.json Removing changelog script 2021-03-25 17:18:04 -07:00
package.json Rename workflow and test deprecations again 2021-03-26 11:19:04 -07:00
postcss.config.js Fix PostCSS include path 2020-08-10 10:41:03 -07:00
prettier.config.js roll back these changes 2021-03-25 13:43:57 -07:00
README.md Rename all links and references to the default git branch being master 2021-03-21 22:34:44 -07:00
RELEASING.md Rename all links and references to the default git branch being master 2021-03-21 22:34:44 -07:00
stylelint.config.js Update styleling-config-primer 2020-10-02 10:13:30 -07:00
yarn.lock Version Packages 2021-03-26 00:51:22 +00: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