All Versions
4
Latest Version
Avg Release Cycle
219 days
Latest Release
3016 days ago

Changelog History

  • v3.0.0 Changes

    December 26, 2015

    🍱 giphy-2

    ⚑️ Postcss is the future. In the spirit of the year coming to a close, I'm updating this project to represent what is to come in the world of front-end development.

    πŸ‘· The project is less monolithic now. Before - the main repo contained all of the pre-processor partials along with a complicated gulpfile. Now the main build system is just using posts and everything runs with a simple npm start. There are dedicated modules for sass, less, and stylus. Myth has been deprecated.

    πŸ‘ The repo is a lot more simple now. Simple takes time and thought. But I think it's better.

    Happy Holidays.

  • v2.2.0 Changes

    February 25, 2015

    Colors now comes bundled with swatches for Photoshop and Illustrator.

    🍱 They can both be found in the assets directory.

  • v2.0.0 Changes

    July 08, 2014

    🍱 colors

    ⚑️ What could possibly have updated

    πŸ†• New classes for setting border colors on html elements, as well as fills and strokes on svg elements. As I’ve been working a lot with inline svg lately - I’ve been thirsting for the ability to apply color classes to svg elements instead of looking up hex codes and editing the fill value every time I want to change something. Ive been using similar border-color utilities in my tachyons project and thought they’d be useful and appropriate here as well. Also edited the dev workflow that was previously set up with gulp. New plugins and tasks are available.

    Stats

    Even with the additions of border-color, fill and stroke, colors.css remains a small css module that
    won’t add bloat to your existing css.

    colors.css 888b (uncompressed and gzipped)
    colors.min.css 647b (minified and gzipped)
    

    πŸ”„ Changeset

    • βœ‚ Removes css for styling unqualified link attributes
    • βž• Adds classes for setting border colors on html elements
    • βž• Adds classes for setting stroke colors on svg elements
    • βž• Adds classes for setting fill color on svg elements
    • βž• Adds gulp plugins for renaming files before magnification. Fixes minifcation bug in build process
    • βœ‚ Removes livereload gulp plug in in favor of browser-sync.

    Now watch this and try not to smile:
    http://www.youtube.com/embed/7wMEAWcFZg0

  • v0.2.0 Changes

    March 09, 2014