Skip to content

Atomizer 3.3.5

Choose a tag to compare

@src-code src-code released this 14 Jul 20:15
  • 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 the Miw (min-width) class, using abbreviation ini. (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!)