Skip to content

Releases: tapsellorg/stylelint-config

v1.0.10

28 Sep 15:07
Compare
Choose a tag to compare

1.0.10 (2021-09-28)

Bug Fixes

  • disable at-rule-no-unknown and no-invalid-position-at-import-rule rules (5f74718)

v1.0.9

18 Sep 12:25
Compare
Choose a tag to compare

1.0.9 (2021-09-18)

Improvements

  • add border-radius (0,4,10,25,50) and space (0.375rem) supported values (a788790)

v1.0.8

18 Sep 10:28
Compare
Choose a tag to compare

1.0.8 (2021-09-18)

Bug Fixes

  • disable rule no-empty-source as Angular components may have empty scss files (9606718)

v1.0.7

18 Sep 10:21
Compare
Choose a tag to compare

1.0.7 (2021-09-18)

Bug Fixes

  • allow vh/vw/% for padding/margin (96c7c41)
  • disable auto fix for "scales" rules (only certain values for some properties) (3a69bda)
  • remove converting left/right to inset-inline-* as they're not well-supported by browsers (9ebe27b)

v1.0.6

14 Sep 12:37
Compare
Choose a tag to compare

1.0.6 (2021-09-14)

Bug Fixes

  • disable font-weight valid values rule (4940889)

v1.0.5

14 Sep 12:05
Compare
Choose a tag to compare

1.0.5 (2021-09-14)

Bug Fixes

  • allow rem values for font-size (f3f0125)
  • disable errors of using logical values for width,height,border (f19e4c2)

v1.0.4

14 Sep 10:35
Compare
Choose a tag to compare

1.0.4 (2021-09-14)

Bug Fixes

v1.0.3

07 Aug 10:39
Compare
Choose a tag to compare

1.0.3 (2021-08-07)

Improvements

  • add more spacing values (74b29bd)

v1.0.2

01 Aug 16:18
Compare
Choose a tag to compare

1.0.2 (2021-08-01)

Bug Fixes