The shareable stylesheet standard for UF Health web development.
- Based on
stylelint-config-standard
- SCSS
@rule
support - Enforces block separation with newlines
- Strict hex color formatting (uppercase, full-length only)
yarn install @ufhealth/stylelint-config-standard
In your .stylelintrc
, stylelint.config.js
or package.json#stylelint
:
{
"extends": "@ufhealth/stylelint-config-standard"
}