JohnAlbin / normalize-scss

This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.
https://github.com/JohnAlbin/normalize-scss#latest-versions
MIT License
1.44k stars 254 forks source link

Convert // comments back to /* */ comments #4

Closed JohnAlbin closed 12 years ago

JohnAlbin commented 12 years ago

I remember that Chris Epstein pointed out that /* */ comments get stripped out when using output_style = :compressed on production sites, but not when output_style = :expanded or :nested or :compact on development sites.

To make it even easier to keep the Sass/Compass port of normalize in sync with the normailze.css, let's convert all the // comments back into /* */ comments.