Skip to content

CSS Color level 4 & 5

Compare
Choose a tag to compare
@tbela99 tbela99 released this 31 Mar 16:18
· 42 commits to master since this release

Parsing

  • allow async node visitors
  • adding declaration parsing helper async parseDeclarations(source: string): Promise<AstDeclarations[]>

CSS Color level 4

  • lch()
  • oklch()
  • lab()
  • oklab()
  • color()

CSS Color level 5

  • color-mix()
  • relative color

What's Changed

Full Changelog: v0.3.0...v0.4.0