Releases: acss-io/atomizer
Releases · acss-io/atomizer
atomizer@3.18.1
Update justify-content
-> s
value
This patch change updates the Jc(s)
to match the other alignment properties (Ai(s)
, As(s)
) so that s
matches start
. If you need stretched
, please update your code to Jc(st)
. We were comfortable making this change as a patch as usage is low for this property and value combination.
Ref: #477
atomizer@3.18.0
Content Config
We have new content
option property as part of the atomizer.config.js
file. Which lets you configure various paths to source files for your project. Please take a look Content guide for more info. (#472)
atomizer@3.17.0
- feat: add scroll snap support (#469)
atomizer@3.16.2
- fix: add style block for Cf helper to generate Cf styles properly #456
atomizer@3.16.0
Old IE Removed
The --ie
has been removed and will no longer add IE hacks for versions < 8.
New Classes
atomizer@3.16.1
- fix(atomizer): align-items incorrect values (#455)