You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)