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.
I remember that Chris Epstein pointed out that /* */ comments get stripped out when using
output_style = :compressed
on production sites, but not whenoutput_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.