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 visible (Hide)

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!)
atomizer - Atomizer 3.7.0

Published by src-code over 4 years ago

  • Handling edge cases for invalid values in classes - #359 (thanks @tom76kimo!)
  • Adding support for multiple interpolations of values into rule styles - #361 (thanks @nsaunders!)
atomizer - Atomizer 3.6.3

Published by src-code over 4 years ago

  • Added support for :placeholder-shown pseudo class - #367 (thanks @nspector!)
  • Fixed issue with processing of invalid Atomic classes - #369
atomizer - Atomizer 3.6.2

Published by src-code about 5 years ago

  • Adding support for object-fit via Objf() syntax - #357 (thanks @snyamathi!)
atomizer - Atomizer 3.6.1

Published by src-code about 5 years ago

  • Add support for more justify-content attributes - #354 (thanks @roderickhsiao!)
atomizer - Atomizer 3.6.0

Published by src-code over 5 years ago

  • CLI: Adds support for -w/--watch option so you can automatically re-atomize as your source files change (thanks @fidian!)
  • Adds support for focus-within pseudo class (:fw) (thanks @nspector!)
atomizer - Atomizer 3.5.3

Published by src-code over 5 years ago

  • CLI: Only write CSS to file if the contents have changed - #342 (thanks @sarbbottam!)
atomizer - Atomizer 3.5.2

Published by src-code almost 6 years ago

  • Bug: Ensure pseudo class sorting is only done within a common class matcher (thanks @roderickhsiao!)
atomizer - Atomizer 3.5.1

Published by src-code almost 6 years ago

  • CLI: Fixed bug with use of equal sign in command line params
atomizer - Atomizer 3.5.0

Published by src-code almost 6 years ago

New Features:

  • CLI tool now has an --exclude option for excluding files from processing (#333). Thanks @roderickhsiao!
  • CLI tool now has a --quiet option to hush warnings (#331). Thanks @orgoj!

Bug fixes:

  • Classes using pseudo-classes are now sorted (#334). Thanks @roderickhsiao, @idmytro, and @chhavi-khandelwal!

Etc:

  • Updated various dependencies and dev dependencies
  • Updated testing matrix for modern NodeJS
atomizer - Atomizer 3.4.9

Published by src-code almost 6 years ago

  • Added a shorthand property to the rules definition for styles that represent shorthand styles. This is not used currently by Atomizer, but may be at a future date.
atomizer - Atomizer 3.4.8

Published by src-code almost 6 years ago

  • Allowing paramToValue for vertical-align
atomizer - Atomizer 3.4.7

Published by src-code over 6 years ago

  • Adds support for Emmet-style syntax for flex styles (Fx*). Previous syntax (Flx*) is now deprecated. (thanks @idmytro!)
  • Adds support for parsing template syntax (backtick) for Atomic classes (thanks @roderickhsiao!)