Atomic CSS library
npm install 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!
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 â¨
1. Install
``bash`
npm i -S palette.css
2. Import
`css``
/ styles.css /
@import 'palette.css';
...
---
\* or at least write as little as possible!