tekbasse / expressive-css

An approach to writing lightweight, scalable CSS using utility classes that are easy to write and understand.

Home Page:http://johnpolacek.github.io/expressive-css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expressive CSS is not intended to be a library or framework, but rather a presentation of an approach to writing lightweight, scalable CSS using utility classes that are easy to write and understand.

For more info, go to the Expressive CSS Project Page.

To install download the project or run:
npm install expressive-css

This project uses npm as its build tool – read more here – which is used to process the SASS files via node-sass CLI. To build the project:
npm run build

Or, to build the project with every save:
npm run watch

This project contains some useful SASS mixins, such as utility generators. Check them out in the css/sass/_mixins directory.

If you like the responsive grid system, check out Simple Grid and Simple Grid Generator.

Find me on Twitter at @johnpolacek and online at johnpolacek.com

About

An approach to writing lightweight, scalable CSS using utility classes that are easy to write and understand.

http://johnpolacek.github.io/expressive-css/

License:MIT License


Languages

Language:HTML 60.5%Language:CSS 39.5%