1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 05:07:11 +03:00
The CSS design system that powers GitHub
Go to file
dependabot[bot] e257cc4a9e
Bump @primer/primitives from 4.4.0 to 4.4.2 (#1470)
Bumps [@primer/primitives](https://github.com/primer/primitives) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/primer/primitives/releases)
- [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md)
- [Commits](https://github.com/primer/primitives/compare/v4.4.0...v4.4.2)

---
updated-dependencies:
- dependency-name: "@primer/primitives"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-21 16:32:56 +00:00
__tests__ Adding test to check that support size is always 0 (#1464) 2021-06-15 11:38:30 -07:00
.changeset fix: deprecation warning about using / for division (#1452) 2021-06-15 21:33:59 +09:00
.github Move standard docs to root (#1454) 2021-06-10 12:09:59 +09:00
docs Bump ws from 5.2.2 to 5.2.3 in /docs (#1453) 2021-06-14 19:45:14 +00:00
script Properly calculating the variables computed value for dist 2021-05-25 14:29:18 -07:00
src fix: deprecation warning about using / for division (#1452) 2021-06-15 21:33:59 +09:00
.gitignore create pretest script 2021-03-31 22:40:51 -07:00
.node-version Adding node-version back 2021-04-08 10:15:15 -07:00
.npmignore ignore vercel.json 2021-04-07 09:10:53 -07:00
.npmrc don't create package-lock on install 2021-03-31 21:22:41 -07:00
.nvmrc nvmrc file 2021-04-08 10:22:55 -07:00
.vercelignore Revert "change names back" 2021-04-11 15:51:18 -07:00
CHANGELOG.md Version Packages (#1438) 2021-06-09 11:37:27 +09:00
CODE_OF_CONDUCT.md Move standard docs to root (#1454) 2021-06-10 12:09:59 +09:00
CONTRIBUTING.md Move standard docs to root (#1454) 2021-06-10 12:09:59 +09:00
deprecations.js Update deprecations.js 2021-05-25 10:05:55 +09:00
DEVELOP.md Move standard docs to root (#1454) 2021-06-10 12:09:59 +09:00
LICENSE Updating docs to reflect new release workflow 2021-04-01 13:36:44 -07:00
package.json Bump postcss from 8.3.3 to 8.3.5 (#1467) 2021-06-21 16:29:38 +00:00
postcss.config.js Updating postcss config for 8 2021-04-08 10:13:39 -07:00
prettier.config.js Revert "Move prettier config to package.json" 2021-04-06 08:17:08 -07:00
README.md Move standard docs to root (#1454) 2021-06-10 12:09:59 +09:00
RELEASING.md Move standard docs to root (#1454) 2021-06-10 12:09:59 +09:00
stylelint.config.js Replace auto and fade variables (#1448) 2021-06-08 11:58:23 +09:00
vercel.json Revert "change names back" 2021-04-11 15:51:18 -07:00
yarn.lock Bump @primer/primitives from 4.4.0 to 4.4.2 (#1470) 2021-06-21 16:32:56 +00:00

Primer CSS

The CSS implementation of GitHub's Primer Design System

Documentation

Our documentation site lives at primer.style/css. You'll be able to find detailed documentation on getting started, all of the components, our theme, our principles, and more.

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.

License

MIT © GitHub