priyatam / thinking-grids

Learn Grids using libraries from CSS3, Less, Sass, Stylus, Postcss, and CSS Grid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thinking Grids

A study guide for understanding Grids with working examples implemented in CSS3, Less, Sass, Stylus, Postcss, and CSS Grid.

Libraries:

Workflow

The workflow is optimized for rapid prototyping.

Templates are written in plain HTML5. Styles are written in either CSS3 with Postcss, Less, or Sass, based on the libraries. Npm itself is used as a build tool (no build tools please) and Bower is used to manage dependencies.

To start a live reloading server that compiles all the projects with included preprocessors and postprocesors, run:

npm start

Preview the page at http://127.0.0.1:8000 and start designing.

You can also start individual projects with npm run build:susy or projects for a particular pre/post processor with npm run start:sass.

Credits

The initial HTML templates and styles were ported from the examples of respective libraries. Redundant styles were removed to focus on grids.

Articles

Other Libraries

License

Copyright (c) 2015 - 2018. Priyatam Mudivarti and original authors of libraries.

MIT.

About

Learn Grids using libraries from CSS3, Less, Sass, Stylus, Postcss, and CSS Grid

License:MIT License


Languages

Language:HTML 50.4%Language:CSS 47.4%Language:JavaScript 2.3%