stylelint-config-sass-guidelines

⚙ A stylelint config inspired by https://sass-guidelin.es/

MIT License

Downloads
1.1M
Stars
438
Committers
19

Bot releases are hidden (Show)

stylelint-config-sass-guidelines - v3.1.0

Published by bjankord about 7 years ago

  • Update: Bumped up stylelint-scss to v2.0.0
stylelint-config-sass-guidelines - v3.0.0

Published by bjankord about 7 years ago

  • Addition: Added greenkeeper to help keep dependencies up to date
  • Update: Bumped up stylelint to v8.0.0
  • Update: Bumped up stylelint-order to v0.6.0
  • Removal: Removed unused stylelint-selector-no-utility dependency from package.json
stylelint-config-sass-guidelines - v3.0.0-rc.1

Published by bjankord about 7 years ago

  • Addition: Added greenkeeper to help keep dependencies up to date
  • Update: Bumped up stylelint to v8.0.0
  • Update: Bumped up stylelint-order to v0.6.0
  • Removal: Removed unused stylelint-selector-no-utility dependency from package.json
stylelint-config-sass-guidelines - v2.2.0

Published by bjankord over 7 years ago

  • Update: Bumped up stylelint to v7.12.0
  • Fix: Replaced deprecated selector-no-id rule with selector-max-id rule
stylelint-config-sass-guidelines - v2.1.0

Published by bjankord over 7 years ago

  • Update: Bumped up stylelint-order to v0.4.3
  • Fix: Replaced deprecated order/declaration-block-properties-alphabetical-order rule with order/properties-alphabetical-order rule
stylelint-config-sass-guidelines - v2.0.0

Published by bjankord over 7 years ago

  • Addition: stylelint-order plugin
  • Removal: stylelint-disable-reason rule. This rule has been deprecated in stylelint 7.8 and in 8.0 will be removed. See stylelint CHANGELOG: https://stylelint.io/CHANGELOG/#780
  • Fix: Replaced deprecated declaration-block-properties-order rule with order/declaration-block-properties-alphabetical-order rule
  • Fix: Replaced deprecated rule-nested-empty-line-before rule with rule-empty-line-before rule
  • Fix: Replaced deprecated rule-non-nested-empty-line-before rule with rule-empty-line-before rule
  • Update: Bumped up stylelint to v7.8.0
  • Update: Bumped up stylelint-scss to v1.4.1
stylelint-config-sass-guidelines - v1.1.1

Published by bjankord almost 8 years ago

  • Fixed: #1 Regex for selector-class-pattern now matches lowercase with hyphens correctly
  • Fixed: Updated test for url-quotes.js to match updated error text
stylelint-config-sass-guidelines - v1.1.0

Published by bjankord about 8 years ago

  • Added: scss/dollar-variable-colon-space-after rule
  • Added: scss/dollar-variable-colon-space-before rule
  • Updated: Bumped up stylelint to v7.1.0
  • Updated: Bumped up stylelint-scss to v1.3.4
stylelint-config-sass-guidelines - v1.0.0

Published by bjankord over 8 years ago

  • Added: stylelint-disable-reason rule
  • Added: property-no-unknown rule
  • Added: media-feature-parentheses-space-inside rule
  • Added: no-missing-end-of-source-newline rule
  • Removed: no-missing-eof-newlinerule
  • Removed: function-calc-no-unspaced-operator rule
  • Updated: Bumped up stylelint to v7.0.2
  • Updated: Bumped up stylelint-scss to v1.2.1
stylelint-config-sass-guidelines - v0.2.0

Published by bjankord over 8 years ago

  • Added: function-parentheses-space-inside rule
  • Added: scss/at-import-partial-extension-blacklist rule
  • Added: declaration-block-properties-order rule
  • Added: selector-no-vendor-prefix rule
  • Added: media-feature-name-no-vendor-prefix rule
  • Added: at-rule-no-vendor-prefix rule
  • Fixed: Sorted stylelint rules alphabetically in config
  • Fixed: max-nesting-depth rule set to 1 to match Sass Guidelines NestingDepth max_depth: 1 rule
  • Fixed: Cleaned up comments in failing-test-case.scss
  • Fixed: Declaration order now sorted alphabetically in passing-test-case.scss
  • Fixed: Updated tests to account for new rules
  • Removed: block-closing-brace-newline-after rule
  • Removed: no-extra-semicolons rule
  • Removed: string-no-newline rule
stylelint-config-sass-guidelines - v0.1.0

Published by bjankord over 8 years ago

  • Initial Release