Between switching jobs and starting a bunch of side-projects, I've found myself re-writing a lot of CSS in the past year. Wouldn't it be nice, I thought, if I could just write one CSS framework and use it on any project? Cool.css is my attempt to do just that.
Yes, I know. I feel the same way. Check out the website to read more about cool.css and why it might be worth trying out.
Note: This is a work-in-progress, so it's not quite ready for people to use yet, but you're more than welcome to try it out and kick the tires.
cool.css is built on Eleventy.
npm install
npm start
to start Eleventyhttps://localhost:8080
in a browser_src/sass/_tokens/_tokens.scss
to your heart's contentYou should be able to achieve whatever look your going for just by updating the tokens. The idea is that you should never have to touch the CSS unless you're adding new components or layouts.