Atomizer is a tool that helps you create Atomic.css rules.
Atomic.css is a collection of single purpose styling units for maximum reuse that fits well with components in templated frameworks such as React, Ember or Angular. For more information we recommend that you read "Challenging CSS best practices" or watch the Atomic.css presentation.
npm install atomizer -gatomizer [-o|--outfile=<file>] [--help] configfile ...
Example:
atomizer config.js -o atomic.css
We have wiki docs for contributors who want to help with the maintenance and development of this tool.
This software is free to use under the Yahoo Inc. BSD license. See the LICENSE file for license text and copyright information.
Third-party open source code used are listed in our package.json file.