Skip to content

Releases: spring-raining/postcss-plugins

postcss-variable-theming@0.5.1

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)

postcss-variable-theming@0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 02:59
a24572d

Minor Changes

  • ed98e95: Support a . name to nest an anonymous theme, which keeps the nested theme delimiter before the property name (e.g. --foo--color)

postcss-variable-theming@0.4.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 14:00
2f9a163

Patch Changes

  • 8d3d8c5: Fix the missing dist directory in the published package

postcss-variable-theming@0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 13:25
1e5a1c2

Minor Changes

  • 9dad10b: Add a propAlias option to name variables independently of the property name, along with tailwindPropAlias and groupedPropAlias presets exported from postcss-variable-theming/preset

Patch Changes

  • b8a3d6c: Fix to support declarations without rules

postcss-variable-theming@0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 14:30
ad2ed58

Minor Changes

  • 851d1c6: Support & and * characters for special purposes

postcss-variable-theming@0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 09:34
09dffff

Minor Changes

  • 3df8238: Use @var rule name rather than @theme
  • 0543a8a: Support rest parameters as fallback name
  • e3143b2: Add an atRuleName option

Patch Changes

  • 7321c0c: Allow an empty string for propDelimiter and nestedThemeDelimiter options

postcss-variable-theming@0.1.0

Choose a tag to compare

Minor Changes