Uniformcss Versions Save

A fully configurable utility class generator and CSS framework built for Sass projects.

1.5.4

1 year ago

Changelog

Changes

  • Updated to support the recent breaking change of default deep map merge behavior introduced in Sass v1.51.0

Fixes

  • Starter style value var(--font-mono) now changes according to css-variables setting

1.5.3

1 year ago

Changelog

Changes

  • Passing an empty apply() mixin no longer throws an error

@michaellenaghan

1.5.2

2 years ago

Changelog

Fixed

  • Fixed to support null value in negative and positive size values in configuration

1.5.1

2 years ago

Changelog

Fixed

  • Fixed text-decoration-style property
  • Fixed pseudo variants for apply mixin

1.5.0

2 years ago

Changelog

Removed

  • Primary colors and 950 shades are now removed from the default config
  • Removed auto variant for property justify-items

Fixed

  • Fixed object-position variant values
  • Fixed object-fit variant for scale-down

1.4.0

2 years ago

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

1.3.0

2 years ago

Changelog

Added

  • Added pseudo support for subsequent siblings for checked input using checked-sibling

@conormuirhead

1.2.7

2 years ago

Changelog

Fixed

  • Fixed typo for list-style-position #21

1.2.6

2 years ago

Changelog

Fixed

  • Fixed typo
  • Applied credit

1.2.5

2 years ago

Changelog

Fixed

  • Cleaned up core