Skip to content

postcss-variable-theming@0.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:49
03f9c73

Patch Changes

  • 59fd8f8: Fix an empty custom property declaration (e.g. --content: ;) emitting a stray comma as var(--a-content, ) instead of var(--a-content)