Skip to content

Latest commit

 

History

History
38 lines (38 loc) · 1.11 KB

File metadata and controls

38 lines (38 loc) · 1.11 KB

3.0.0

  • update stylelint version to 17

2.4.0

  • add "custom-property-empty-line-before"
  • add "declaration-empty-line-before"

2.3.0

  • add "rule-empty-line-before"

2.2.0

  • add "alpha-value-notation": "number"
  • change "font-family-name-quotes" value to "always-where-recommended"
  • remove the following rules:
    • "declaration-block-no-shorthand-property-overrides"
    • "declaration-block-single-line-max-declarations"
    • "media-feature-name-no-vendor-prefix"
    • "number-max-precision"
    • "property-no-vendor-prefix"
    • "selector-no-vendor-prefix"

2.1.0

  • update commonjs to esm

2.0.0

  • update stylelint version to 16, remove deprecated rules

1.1.2

  • update devDependencies, remove "color-hex-length" and "number-leading-zero" rules, increase "max-nesting-depth" to 3, add dvh, svh, lvh, dvb, svb, lvb units

1.0.6

  • sort order rule fix

1.0.5

  • "no-missing-end-of-source-newline": true

1.0.3

  • Can not parse selector fix

1.0.2

  • unit white list

1.0.1

  • removed "no-descending-specificity" rule due some odd behavior;
  • move devDependencies to dependencies.

1.0.0

  • add order plugin

0.1.0

  • initial release