csswizardry-grids icon indicating copy to clipboard operation
csswizardry-grids copied to clipboard

Allow to namespace the compiled classnames

Open casio opened this issue 12 years ago • 0 comments
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.

casio avatar Jun 26 '13 11:06 casio