csswizardry-grids
csswizardry-grids copied to clipboard
Convert comments from CSS to Sass-style comments
trafficstars
Hi there!
After using your lovely grid system in a project I found that I had to change the comments from CSS style (/* */) to Sass inline style (`//'), so that they didn't get included in my compiled CSS. Minimal file size, and all that.
Hope that you can make us of the changes.