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

Published by src-code about 7 years ago

  • Added support for general sibling selector (~) - PR #303
atomizer - Atomizer 3.4.5

Published by src-code over 7 years ago

  • Upgrade lodash dependency to 4.0 (thanks @roderickhsiao!)
  • Add metadata to helper class configuration to assist in documentation generation
atomizer - Atomizer 3.4.4

Published by src-code over 7 years ago

JSS:

  • Bug fix: More defensive iteration on options.breakPoints in JSS.jssToCss() when API is called directly (not by Atomizer)
atomizer - Atomizer 3.4.2

Published by src-code over 7 years ago

  • Added new rule for resize style (thanks @roderickhsiao!)
atomizer - Atomizer 3.4.1

Published by src-code over 7 years ago

  • Optimized CSS output to no longer render media queries that aren't being used (thanks @roderickhsiao!)
atomizer - Atomizer 3.4.0

Published by src-code over 7 years ago

  • Changed ordering of media query (PR #286 - thanks @johnnorris!)
atomizer - Atomizer 3.3.12

Published by src-code over 7 years ago

  • Fixed support for breakpoint mapping within custom value configuration (thanks @johnnorris!)
atomizer - Atomizer 3.3.11

Published by src-code almost 8 years ago

  • Added support for ::placeholder pseudo-element