atomizer

A library to create small, reusable CSS that scales as your website grows.

OTHER License

Downloads
14.6K
Stars
1.5K
Committers
47

Bot releases are hidden (Show)

atomizer -

Published by redonkulus about 2 years ago

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: https://github.com/acss-io/atomizer/pull/477

atomizer -

Published by redonkulus about 2 years ago

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 -

Published by redonkulus about 2 years ago

atomizer -

Published by redonkulus about 2 years ago

  • fix: add style block for Cf helper to generate Cf styles properly #456
atomizer -

Published by redonkulus about 2 years ago

  • fix(atomizer): align-items incorrect values (#455)
atomizer - [email protected]

Published by redonkulus about 2 years ago

Old IE Removed

The --ie has been removed and will no longer add IE hacks for versions < 8.

New Classes

  • Updated the box alignment logic to match the spec. Check out the Alignment guide for more info (#451) 389b42e
  • Added outline-offset rule (#445) 3b44d94
  • Added blend modes (#422) 5b2f69c
  • Added missing pseudo elements (#419) 2b0409a
atomizer - Atomizer 3.15.0

Published by src-code over 2 years ago

features

  • add more global values (#410) cdedcd2
  • add gap and row-gap styles (#411) 8cca57a

misc

  • clean up readme 6c073ac

https://github.com/acss-io/atomizer/compare/v3.14.1...v3.15.0

atomizer - Atomizer 3.14.1

Published by src-code over 2 years ago

  • feat: add clip-path support (#409) b8fcfd3

https://github.com/acss-io/atomizer/compare/v3.14.0...v3.14.1

atomizer -

Published by src-code over 2 years ago

  • feat: support aspect-ratio css property (#408) 71e9a5a
  • chore: update minimist 438a0e9

https://github.com/acss-io/atomizer/compare/v3.13.0...v3.14.0

atomizer - v3.13.0

Published by src-code over 2 years ago

  • Add allowParamToValue for Colmg Colmw (#405) d8b3f6f

https://github.com/acss-io/atomizer/compare/@3.12.0...v3.13.0

atomizer - v3.12.0

Published by src-code over 2 years ago

features

  • Updating dependencies (#404) 074f034

https://github.com/acss-io/atomizer/compare/v3.11.0...v3.12.0

atomizer - v3.11.0

Published by src-code about 3 years ago

features

  • Adding support for css variables (#395) 850f868

https://github.com/acss-io/atomizer/compare/v3.10.0...v3.11.0

atomizer -

Published by redonkulus about 3 years ago

features

  • Adding column rules (#389) 9a1762c

dependencies

  • chore: update deps 13360c0
  • Bump path-parse from 1.0.6 to 1.0.7 (#393) 44d02c9
  • Bump glob-parent from 5.1.1 to 5.1.2 (#390) c31cf6a

misc

  • chore: ignore test files 844ef9d
  • ci: migrate to github actions (#394) 3338d7a

https://github.com/acss-io/atomizer/compare/v3.9.2...v3.10.0

atomizer - Atomizer 3.9.2

Published by src-code over 3 years ago

  • Deep clone of config to prevent mutation of original config - #392 (thanks @snyamathi!)
atomizer - Atomizer 3.9.1

Published by src-code over 3 years ago

  • Adding TypeScript definition for bumpMQ in CSSOptions
atomizer - Atomizer 3.9.0

Published by src-code over 3 years ago

  • New option (CLI: --bump-mq) for adding a small amount of specificity weight to media queries - #385, #384.
atomizer - Atomizer 3.8.0

Published by src-code almost 4 years ago

  • Added support for custom value substitution within custom values via #{ } syntax - #377
atomizer - Atomizer 3.7.3

Published by src-code about 4 years ago

  • Added support for focus-visible pseudo class - #376 (thanks @roderickhsiao!)
atomizer - Atomizer 3.7.2

Published by src-code about 4 years ago

  • Fixed typo in command line script - #375 (thanks @fidian!)
  • Made grammar more specific to match = only when used as part of a class attribute - #374 (thanks @snyamathi!)
atomizer - Atomizer 3.7.1

Published by src-code over 4 years ago

  • Added = as a valid boundary for detecting Atomic classes - #373 (thanks @snyamathi!)