Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

dmmalam/semantic.gs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#About The Semantic Grid System is a modern approach to the CSS grid. It allows you to set column and gutter widths, choose the number of columns, and switch between pixels and percentages, and achieve responsive layouts, all without any ugly .grid_x classes in your markup. It is powered by LESS.js or Stylus

It lives on the web at Semantic.gs.

#Structure Stylus / less versions are available at <less|stylus>/css/grid.<less|styl> You just need to import the grid via a

@import 'path/to/grid.less';

or for the Stylus version

@import 'path/to/grid.styl'

Check the examples out. For the Stylus version there is a script that compiles the *.styl into css for each example. Run via

./compile.sh

Make sure you have Stylus installed globally

npm -g stylus

#Issues If you spot any issues or have ideas for improvement, feel free to file a ticket or fork on GitHub and issue a pull request.

#License Licensed under Apache 2.0. See LICENSE

#Created by The Semantic Grid System was built by Tyler Tate at TwigKit. Stylus port added by Dharmesh Malam

About

The Semantic CSS Grid: Page Layout for Tomorrow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%