palette.css
v0.3.4
Published
Atomic CSS library
Maintainers
Readme
🎨 Palette.css
Don't write CSS*, paint with it! ™
This is a work-in-progress atomic css library that started from a modified fork of Basscss v7.1.1.
⚠️ Lookout, breaking changes lie ahead!
Usage
Requires postcss-custom-media for use of custom media queries.
I ❤️ Parcel!
Get going quickly with Palette.css by installing it in a Parcel project. Parcel will take care of the Postcss dependencies ✨
- Install
npm i -S palette.css- Import
/* styles.css */
@import 'palette.css';
...* or at least write as little as possible!
