Skip to content

Releases: eslint/csstree

css-tree: v3.6.9

11 Feb 20:53
Immutable release. Only release title and notes can be modified.
45a77c4

Choose a tag to compare

3.6.9 (2026-02-07)

Bug Fixes

  • add support for alpha() color function (#107) (b96f42b)
  • allow declarations inside nested [@layer](https://github.com/layer) rules (#108) (a9a18dc)
  • correctly parse nested element selectors (#104) (82729c1)

css-tree: v3.6.8

21 Nov 21:39
Immutable release. Only release title and notes can be modified.
30aa907

Choose a tag to compare

3.6.8 (2025-11-21)

Bug Fixes

  • comma-separated declaration values parsed as Raw nodes (#101) (cb97ead)

css-tree: v3.6.7

19 Nov 15:14
Immutable release. Only release title and notes can be modified.
84cfcfd

Choose a tag to compare

3.6.7 (2025-11-18)

Bug Fixes

  • browser hack property parsing and invalid selector validation (#98) (2f5781c)
  • nested element selector parsing in DeclarationList context (#85) (f6222c9)

css-tree: v3.6.6

06 Oct 15:03
0ab7e83

Choose a tag to compare

3.6.6 (2025-10-02)

Bug Fixes

  • add support for relative color values (#87) (486c559)
  • allow relative color syntax for rgb() & rgba() (#80) (a08c7ab)

css-tree: v3.6.5

25 Aug 14:17
92c3813

Choose a tag to compare

3.6.5 (2025-08-25)

Bug Fixes

  • Allow nested at-rules to have nested rules (#77) (c166f2d)

css-tree: v3.6.4

18 Aug 14:16
5b0722a

Choose a tag to compare

3.6.4 (2025-08-17)

Bug Fixes

css-tree: v3.6.3

29 Jul 19:04
1d74355

Choose a tag to compare

3.6.3 (2025-07-29)

Bug Fixes

  • expand nested CSS combinator selectors support in block parsing (#64) (94249a2)

css-tree: v3.6.2

21 Jul 15:14
c1649ac

Choose a tag to compare

3.6.2 (2025-07-21)

Bug Fixes

  • Revert "Remove outdated @font-face/unicode-range" (#61) (4aad29d)

css-tree: v3.6.1

09 Jun 15:35
409068c

Choose a tag to compare

3.6.1 (2025-06-09)

Bug Fixes

  • ParserContext to have all methods (e069f6f)
  • ParserContext type to have all methods (#57) (e069f6f)
  • Types for node generate() function (#56) (846120b)

css-tree: v3.6.0

05 Jun 15:44
2f793c9

Choose a tag to compare

3.6.0 (2025-06-05)

Features

Bug Fixes