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-29 12:04:20 +09:00
.changeset Merge pull request #1254 from primer/tobiasahlin/add-common-utilities 2021-03-26 09:07:24 -07:00
.github Change eslint sources 2021-03-26 17:01:41 -07:00
.storybook Updating eslint config 2021-03-26 16:46:41 -07:00
docs docs build script updates 2021-03-27 22:14:11 -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 Change eslint sources 2021-03-26 17:01:41 -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 Change eslint sources 2021-03-26 17:01:41 -07:00
.gitignore Updating eslint config 2021-03-26 16:46:41 -07: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 prettier key 2021-03-27 21:16:02 -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.json Bump node-fetch from 2.4.0 to 2.6.1 2021-03-28 05:25:15 +00:00
postcss.config.js Fix PostCSS include path 2020-08-10 10:41:03 -07:00
prettier.config.js Updating eslint config 2021-03-26 16:46:41 -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 Merge pull request #1267 from primer/dependabot/npm_and_yarn/node-fetch-2.6.1 2021-03-29 12:04:20 +09: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