Releases: acss-io/atomizer
Releases · acss-io/atomizer
[email protected]
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
[email protected]
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)
[email protected]
- feat: add scroll snap support (#469)
[email protected]
- fix: add style block for Cf helper to generate Cf styles properly #456
[email protected]
Old IE Removed
The --ie
has been removed and will no longer add IE hacks for versions < 8.
New Classes
[email protected]
- fix(atomizer): align-items incorrect values (#455)