Skip to content

Releases: acss-io/atomizer

Atomizer 3.3.0

30 Oct 00:40

Choose a tag to compare

  • Added support for content style (Cnt)
  • Added support for pseudo-elements: before (::b), after (::a), first-letter (::fl) and first-line (::fli)
  • Added new options for background-position (Bgp)

Atomizer 3.2.1

04 Sep 02:40

Choose a tag to compare

  • Fixes fatal error when a class uses an undefined custom value and !important

Atomizer 3.2.0

30 Jul 21:23

Choose a tag to compare

  • In order to ensure better compatibility with old IE browsers, selectors containing escaped colons (eg, classes that use pseudo classes/elements) no longer have their declarations combined with other selectors. This due to the fact that IE < 8 will ignore the entire declaration block if any one of the selectors in that declaration contain an escaped colon.
  • Added the closing curly brace (}) as a valid boundary character when parsing input files for Atomic classnames. This is particularly helpful when working with template languages such as Dust.

Atomizer 3.1.3

28 Jul 23:55

Choose a tag to compare

  • Adding rule for list-style-position (classname Lisp())

Atomizer 3.1.2

28 Jul 21:51

Choose a tag to compare

  • Changed rule for Bgp() (background-position) to allow param-to-value and multiple params

Atomizer 3.1.1

21 Jul 21:30

Choose a tag to compare

  • Adds support for border-spacing style
  • Fixes CSS generation issue with styles that accept a variable number of values, eg border-spacing

Atomizer 3.1.0

16 Jul 20:00

Choose a tag to compare

  • Added rules for SVG-related styles (fill, stroke, stroke-width, stroke-linecap, stroke-linejoin)
  • Improved rule conflict detection
  • CLI support for adding custom rules
  • Bug fix: Improved logic for parsing Atomic classnames

Atomizer 3.0.6

30 Jun 17:21

Choose a tag to compare

  • Reordered rules for border, margin, padding to ensure less specific classes can be overridden by more specific classes.

Atomizer 3.0.5

11 Jun 21:41

Choose a tag to compare

  • Allow param to value for transition-property PR #207.

Atomizer 3.0.4

11 Jun 21:38

Choose a tag to compare

  • Removed param to value from matrix function PR #190 (Thanks @roderickhsiao).
  • Added support for Bd(0) and Bd(n) PR #208.