stylelint-config
Sharable stylelint config used by GitHub's CSS
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- ci.yml
- release.yml
- release_tracking.yml
- CODEOWNERS
- dependabot.yml
- example.module.css
- example.pcss
- example.scss
- example.tsx
- color-vars.scss
- defines-new-color-vars.scss
- deprecations.json
- design-tokens.json
- has-unused-vars.scss
- spacing-vars.scss
- uses-vars.scss
- index.js
- setup.js
- .eslintrc.json
- borders.js
- box-shadow.js
- colors.js
- index.js
- no-display-colors.js
- responsive-widths.js
- spacing.js
- typography.js
- utils.js
- borders.js
- box-shadow.js
- colors.js
- no-display-colors.js
- README.md
- responsive-widths.js
- spacing.js
- typography.js
- .gitignore
- .npmignore
- .npmrc
- .stylelintrc.json
- CHANGELOG.md
- eslint.config.js
- index.js
- LICENSE
- package-lock.json
- package.json
- prettier.config.js
- README.md
- rollup.config.js
# Installation Guide
1. Get the code
git clone https://github.com/primer/stylelint-config
Downloads the entire project code from GitHub to your computer.
cd stylelint-config
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install --save --dev @primer/stylelint-config
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
