TheWebTech / CrankShaft

A framework for building modern websites on the HubSpot Platform.
https://thewebtech.github.io/CrankShaft
MIT License
46 stars 17 forks source link

Make grid column count a variable #60

Closed TheWebTech closed 5 years ago

TheWebTech commented 5 years ago

The grid, while it's column count, should be 12 by default, it's easy to make it support any number, we should enable that in-case someone say wants a 16 col grid.

I would add the variable definition for how many columns, within the theme-variables.css file.

The file to update is cs-grid.css (there's code generating the column css, we need to change it to use the variable.

TheWebTech commented 5 years ago

resolved in #78 by Dana Holdt :)