1.0.0 • Published 5 years ago

@ufhealth/stylelint-config-standard v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@ufhealth/stylelint-config-standard

The shareable stylesheet standard for UF Health web development.

NPM (scoped) Build Status

Key features

  • Based on stylelint-config-standard
  • SCSS @rule support
  • Enforces block separation with newlines
  • Strict hex color formatting (uppercase, full-length only)

Installation & usage

yarn install @ufhealth/stylelint-config-standard

In your .stylelintrc, stylelint.config.js or package.json#stylelint:

{
  "extends": "@ufhealth/stylelint-config-standard"
}