Skip to content

Uniform CSS 1.4.0

Compare
Choose a tag to compare
@jinsupark jinsupark released this 27 Jan 08:11
· 16 commits to main since this release

Changelog

Added

  • Added support for the text-decoration-style property
  • Added individual color type variants for the transition-property property

Removed

  • Secondary and semantic colors are now no longer part of the default configuration

Fixed

  • Passing null the the screens setting now correctly removes responsive variants on generation
  • Gutter utilities are now direction specific
  • The blur() and blurs() API functions have been renamed to be getBlur() and getBlurs() to avoid conflicting with the native filter blur property

@conormuirhead