Releases: acss-io/atomizer
Releases · acss-io/atomizer
Atomizer 3.3.10
- Classnames are now sorted alphabetically in config output
Atomizer 3.3.8
- Adds support for
appearance
(Ap()
)
Atomizer 3.3.7
- Bug fix:
LineClamp()
has been patched to address an issue introduced with Firefox 49 that could cause incorrect wrapping ofinline-block
child elements
Atomizer 3.3.6
- Added support for CSS Containment property:
contain
(Ctn
). More info on CSS Containment here: https://developers.google.com/web/updates/2016/06/css-containment?hl=en - Changed rule for
transition-property
(Trsp
) to no longer allow param-to-value, since valid values are string-based and thus confused for custom values.
Atomizer 3.3.5
- Bug fix: In certain scenarios Atomizer would produce inconsistently ordered CSS depending on what classes it encountered first while parsing source files. This could cause media query-triggered classes to not apply as expected due to source ordering. Media queries are now rendered into the stylesheet last.
- The value
initial
is now supported by theMiw
(min-width
) class, using abbreviationini
. (Thanks @longlho!) - Uppercase hex values now produce a warning. Previously these values would not be matched during source file parsing and fail silently. (Thanks @samlecuyer!)
Atomizer 3.3.4
- Fixing parsing issue with classes that include numbers in their prefixes (eg,
Translate3d()
)
Atomizer 3.3.3
- Added
if
(inline-flex
) argument todisplay
(D
) (thanks @lukebrooker!) - Added link to Gulp plugin to README (thanks @pankajparashar!)
- Breakpoints may now use uppercase characters (thanks @alexnj!)
Atomizer 3.3.2
- Changed arguments for
Maw()
(max-width) to includenone
and removeauto
, which is not valid per spec.
Atomizer 3.3.1
- Fixed dependency on XRegEx when using Atomizer in the browser
Atomizer 3.3.0
- Added support for
content
style (Cnt
) - Added support for pseudo-elements:
before
(::b
),after
(::a
),first-letter
(::fl
) andfirst-line
(::fli
) - Added new options for
background-position
(Bgp
)