1
1
mirror of https://github.com/primer/css.git synced 2024-07-04 11:26:23 +03:00
The CSS design system that powers GitHub
Go to file
dependabot[bot] 5f0bfbbb7e
Bump the all group with 2 updates (#2655)
* Bump the all group with 2 updates

Bumps the all group with 2 updates: [@changesets/cli](https://github.com/changesets/changesets) and [@primer/stylelint-config](https://github.com/primer/stylelint-config).


Updates `@changesets/cli` from 2.27.6 to 2.27.7
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.6...@changesets/cli@2.27.7)

Updates `@primer/stylelint-config` from 13.0.0-rc.fd47ce2 to 13.0.0-rc.3392714
- [Release notes](https://github.com/primer/stylelint-config/releases)
- [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/primer/stylelint-config/commits)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@primer/stylelint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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

* Fix package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2024-07-03 17:16:03 +00:00
__tests__ Removing the duplicate deprecation backgrounds (#1663) 2021-10-08 09:20:20 -07:00
.changeset Version Packages (#2652) 2024-06-25 13:20:57 -07:00
.github Bump primer/.github from 2.1.0 to 2.1.1 in the all group (#2647) 2024-06-21 09:25:12 -07:00
.vscode Storybook enhancements - prototyping + docs (#1747) 2021-11-16 11:46:47 -08:00
docs Bump ws from 6.2.2 to 6.2.3 in /docs (#2642) 2024-06-19 09:48:02 -07:00
migrations Remove Gatsby docs site (#2484) 2023-07-13 15:14:44 -07:00
script Upgrade to @primer/primtives@8.2.0 and @primer/stylelint-config@13.0.0-rc (#2634) 2024-06-03 12:57:42 -07:00
src Bug fix: Removing complex padding calc on kbd (#2651) 2024-06-25 10:52:12 -07:00
.gitignore Remove yarn in favor of npm (#2443) 2023-07-13 16:40:26 -07:00
.npmignore ignore vercel.json 2021-04-07 09:10:53 -07:00
.npmrc Remove yarn in favor of npm (#2443) 2023-07-13 16:40:26 -07:00
.vercelignore Revert "change names back" 2021-04-11 15:51:18 -07:00
CHANGELOG.md Version Packages (#2652) 2024-06-25 13:20:57 -07: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 Remove references to npm start and dev (#2553) 2023-11-30 15:02:27 -08:00
eslint.config.cjs Bump the all group with 10 updates (#2637) 2024-06-11 14:31:53 -07:00
LICENSE Updating docs to reflect new release workflow 2021-04-01 13:36:44 -07:00
package-lock.json Bump the all group with 2 updates (#2655) 2024-07-03 17:16:03 +00:00
package.json Bump the all group across 1 directory with 6 updates (#2654) 2024-07-01 10:56:35 -07:00
postcss.config.cjs Cleanup old Primitive imports (#2606) 2024-04-09 11:55:11 -07:00
prettier.config.cjs Convert package to a ES module (#1528) 2021-08-11 14:10:47 -07:00
README.md Add note about unmaintained docs (#2369) 2023-01-24 21:58:58 +09:00
RELEASING.md Update RELEASING.md 2023-03-31 10:28:00 -07:00
stylelint.config.cjs Upgrade to @primer/primtives@8.2.0 and @primer/stylelint-config@13.0.0-rc (#2634) 2024-06-03 12:57:42 -07:00

Primer CSS

The CSS implementation of GitHub's Primer Design System

Documentation

⚠️ The documentation of this repo is not maintained anymore. Please raise any documentation-specific pull requests in primer.style/design

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