Skip to content

Releases: eslint/css

css: v0.14.1

04 Nov 15:45
Immutable release. Only release title and notes can be modified.
066d050

Choose a tag to compare

0.14.1 (2025-11-04)

Bug Fixes

css: v0.14.0

29 Oct 14:31
Immutable release. Only release title and notes can be modified.
14db7f5

Choose a tag to compare

0.14.0 (2025-10-29)

Features

Bug Fixes

  • correct message for functions in use-baseline rule (#297) (cc0dff7)
  • disallow extra properties in rule options (#299) (baf36e2)
  • enforce valid allow* values in prefer-logical-properties rule (#311) (23caee3)
  • update baseline data (#296) (0f6725f)
  • update baseline data (#306) (2f44739)

css: v0.13.0

10 Oct 14:26
Immutable release. Only release title and notes can be modified.
1b1881b

Choose a tag to compare

0.13.0 (2025-10-10)

Features

Bug Fixes

  • handle missing declaration state in no-invalid-properties (#290) (4120774)

css: v0.12.0

06 Oct 15:11
700671c

Choose a tag to compare

0.12.0 (2025-10-06)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#167) (3baeacf)

Bug Fixes

  • correct location reporting for !important in no-important rule (#286) (33ea905)
  • correct the return type of applyInlineConfig (#281) (386f42a)
  • handle all CSS newline types in CSSSourceCode (#275) (2d0eec6)
  • handle all CSS newlines in rules (#280) (ed0c0f1)
  • no-invalid-properties false positives for var() in functions (#227) (268c7f0)
  • update baseline data (fb65800)
  • update baseline data (#287) (73734bb)

css: v0.11.1

22 Sep 17:41
137d522

Choose a tag to compare

0.11.1 (2025-09-22)

Bug Fixes

css: v0.11.0

28 Aug 15:32
b8f8644

Choose a tag to compare

0.11.0 (2025-08-28)

Features

  • add @namespace validation to no-invalid-at-rule-placement rule (#183) (26b902c)
  • add font-family-fallbacks rule (#174) (5678024)
  • add allow-list options for at-rules, properties, and selectors (#228) (623ad8e)
  • add autofix to no-duplicate-imports rule (#216) (0aa7b97)
  • add new rule no-duplicate-keyframe-selectors (#143) (dfe9c05)
  • add suggestion to no-important rule to remove !important flag (#217) (47e26b3)
  • allow relative-size and global values in relative-font-units (#214) (933d71c)
  • make var() regex multiline-safe in no-invalid-properties (#242) (c123f6e)

Bug Fixes

  • allow any type for meta.docs.recommended in custom rules (#231) (6ea61a5)
  • bump plugin-kit to latest to resolve security vulnerabilities (#209) (32e02d6)
  • disallow extra properties in rule options (#197) (8fd755d)
  • enforce strict syntax for [@charset](https://github.com/charset) in no-invalid-at-rules (#192) (4d3d140)
  • make no-invalid-properties var() case-insensitive (#232) (ad0cbdb)
  • make relative-font-units unit matching case-insensitive (#222) (7a2ecad)
  • prevent false positives for !important inside comments (#218) (3c6937a)
  • recursively resolve custom properties in no-invalid-properties (#237) (f2ee3fd)
  • treat at-rule names as case-insensitive across rules (#233) (9765135)
  • update baseline data (8ee9da0)
  • update baseline data (#207) (79e06c6)
  • update baseline data (#213) (30ca01c)
  • update baseline data (#234) (5f409d3)
  • update baseline data (#238) (d058f1c)
  • update baseline data (#241) (330c326)
  • Upgrade @eslint/css-tree (#243) (136e2ab)
  • var() with fallback value in no-invalid-properties (#184) (1db0b1a)

css: v0.10.0

11 Jul 14:07
60ee2b6

Choose a tag to compare

0.10.0 (2025-07-11)

⚠ BREAKING CHANGES

  • Remove Tailwind syntax in favor of external tailwind-csstree (#166)

Features

  • add allowUnknownVariables option to no-invalid-properties (#178) (932cf62)
  • add no-invalid-named-grid-areas rule (#169) (162f6e5)
  • add no-invalid-at-rule-placement rule (#171) (bb90e3a)
  • Remove Tailwind syntax in favor of external tailwind-csstree (#166) (a035fa7)

Bug Fixes

  • Enforce unique items in the options of prefer-logical-properties (b720cf8)
  • enforce unique items in the options of prefer-logical-properties (#176) (b720cf8)
  • update baseline data (#189) (9bdb155)

css: v0.9.0

13 Jun 15:25
1e8e225

Choose a tag to compare

0.9.0 (2025-06-12)

Features

  • add relative-font-units rule (#133) (ce256da)
  • Validate property values containing variables (#148) (9fb07fa)

Bug Fixes

  • Upgrade @eslint/css-tree to update syntax support (#173) (8909277), closes #159

css: v0.8.1

16 May 14:43
6942224

Choose a tag to compare

0.8.1 (2025-05-16)

Bug Fixes

css: v0.8.0

15 May 15:48
47d4592

Choose a tag to compare

0.8.0 (2025-05-15)

Features

Bug Fixes

  • remove redundant Comment member from CSSSyntaxElement union (#119) (67f3d4e)