peruvianidol / coolcss

The last CSS framework I'll (hopefully) ever have to make

Home Page:https://coolcss.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

Deploy to Netlify

cool.css

The last CSS framework I'll (hopefully) ever have to make

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.

Just what the world needs—another fucking CSS framework!

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.

How to Use

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.

  1. Fork the repo
  2. Run npm install
  3. Run npm start to start Eleventy
  4. Open https://localhost:8080 in a browser
  5. Edit _src/sass/_tokens/_tokens.scss to your heart's content

You 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.

About

The last CSS framework I'll (hopefully) ever have to make

https://coolcss.dev


Languages

Language:HTML 50.0%Language:SCSS 42.4%Language:JavaScript 3.8%Language:Nunjucks 3.8%