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
dependabot[bot] 055f9f9c0e
Bump postcss-scss from 4.0.4 to 4.0.5 (#2334)
Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/postcss/postcss-scss/releases)
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: postcss-scss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 08:46:10 +09:00
__tests__ Removing the duplicate deprecation backgrounds (#1663) 2021-10-08 09:20:20 -07:00
.changeset Fix inline code collapsing spaces (#2330) 2022-11-30 11:37:08 +09:00
.github Bump chrnorm/deployment-status from 2.0.0 to 2.0.1 (#2294) 2022-11-04 15:57:00 -07:00
.vscode Storybook enhancements - prototyping + docs (#1747) 2021-11-16 11:46:47 -08:00
docs Update tooltips.md to include link to Tooltip Alternatives doc (#2328) 2022-11-30 07:10:13 -08:00
script Adding build-css script for watching in dev mode 2022-08-12 21:52:28 +00:00
src Fix linter (#2338) 2022-12-01 16:29:54 +09:00
.eslintrc.json Convert package to a ES module (#1528) 2021-08-11 14:10:47 -07:00
.gitignore create pretest script 2021-03-31 22:40:51 -07:00
.npmignore ignore vercel.json 2021-04-07 09:10:53 -07:00
.npmrc Remove save-exact 2022-01-18 13:24:50 -08:00
.vercelignore Revert "change names back" 2021-04-11 15:51:18 -07:00
CHANGELOG.md Version Packages (#2323) 2022-11-22 10:14:45 -08:00
CODE_OF_CONDUCT.md Move standard docs to root (#1454) 2021-06-10 12:09:59 +09:00
CONTRIBUTING.md Update contributing docs with npx changeset step (#1987) 2022-03-09 09:13:21 -08:00
deprecations.js Updating deprecations.js file to be more straightforward (#1581) 2021-09-10 10:54:26 -07:00
DEVELOP.md add deployment workflows for GitHub Pages (#2038) 2022-04-19 16:26:47 -07:00
LICENSE Updating docs to reflect new release workflow 2021-04-01 13:36:44 -07:00
package.json Bump postcss-scss from 4.0.4 to 4.0.5 (#2334) 2022-12-02 08:46:10 +09:00
postcss.config.cjs Bump stylelint and stylelint-scss (#1697) 2021-10-28 17:47:09 +00:00
prettier.config.cjs Convert package to a ES module (#1528) 2021-08-11 14:10:47 -07:00
README.md Set alt attribute on README img (#1940) 2022-02-17 06:46:40 -08:00
RELEASING.md Update RELEASING.md 2022-08-23 09:20:49 -07:00
stylelint.config.cjs Updating and autofixing stylelint (#1765) 2021-12-08 11:39:38 -08:00
yarn.lock Bump postcss-scss from 4.0.4 to 4.0.5 (#2334) 2022-12-02 08:46:10 +09: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