csswizardry-grids
csswizardry-grids copied to clipboard
Allow to namespace the compiled classnames
trafficstars
In some scenarios, classnames like .grid could already be taken in a given page.
If these are not under your control, a namespacing feature would be helpful.
This pull request adds a $namespace var(defaulting to "") which allows to produce eg. .foo-grid, .foo-grid__item, etc.