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 2.0.0-alpha.2

Published by src-code over 9 years ago

  • Added mergeConfigs() API
atomizer - Atomizer 2.0.0-alpha.1

Published by src-code over 9 years ago

First alpha release of 2.0 includes:

  • General configuration is no longer passed in the config property of the config object. Instead, the values previously found within that object are now considered "options".
  • defaults options/config was not being used, and has been removed from examples. We'll see if it makes a comeback at some point.
  • CLI no longer requires a config file to be passed
  • RTL processing now triggered via a bool option called rtl. start and end options have been removed in favor of rtl.

Still to come in future alpha releases:

  • Better CLI support for options (namespace, breakPoints, etc)
  • Enhanced breakpoint support
  • Pseudo-class support
  • Contextual selector support?
atomizer - Atomizer 1.0.0

Published by src-code over 9 years ago

  • Added support for automatic configuration generation via parsing of text files. Atomizer now exports the following methods:
    • parse(): Parses text files for Atomic CSS classes and returns them in an array
    • getConfig(): Generates Atomizer configuration from an array of Atomic CSS classes
    • createCSS(): Generates Atomic CSS from configuration
atomizer - Atomizer 0.2.5

Published by src-code over 9 years ago

  • Fixed ruleset for vertical-align to allow custom values
atomizer - Atomizer 0.2.4

Published by renatoi over 9 years ago

  • Added allowSuffixToValue to each rule. Now it is possible to know if the rule can convert valid suffix values to the actual values that will be applied to the property. PR #59.
atomizer - Atomizer 0.2.3

Published by renatoi over 9 years ago

  • AbsurdJS dependency upgrade for better client-side support.
atomizer - Atomizer 0.2.2

Published by src-code over 9 years ago

  • Updating dependency on lodash, dev dependency on chai, sinon-chai
atomizer - Atomizer 0.2.1

Published by renatoi over 9 years ago

  • BreakPoints on custom patterns should now be correctly applied. PR #55.