cobyism / gridism

A simple responsive CSS grid.
http://pages.cobyism.com/gridism
MIT License
660 stars 85 forks source link

Some more unit classes? #38

Closed mpa3b closed 6 years ago

mpa3b commented 8 years ago

`.grid .one-sixth, .grid .w-1-6 { width: 16.6666%; }

.grid .five-sixths, .grid .w-5-6 { width: 83.3334%; }

.grid .one-twelfth, .grid .w-1-12 { width: 8.3333%; }`