8000 GitHub - twotines/thinking-grids: Learn Grids using libraries from CSS3, Less, Sass, Stylus, and Postcss
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

twotines/thinking-grids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinking Grids

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

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.

Book

I'm writing a brief book on Grids and will update this space soon.

References

Articles

Other Libraries

License

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

MIT.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.0%
  • CSS 46.6%
  • JavaScript 2.4%
0