mirror of
https://github.com/mrclay/minify.git
synced 2025-01-18 05:38:16 +01:00
10 lines
278 B
CSS
10 lines
278 B
CSS
|
|
/* block comments get removed */
|
|
|
|
/*! YUI Compressor style comments are preserved */
|
|
|
|
/* but all other comments are removed */
|
|
|
|
/* comments that have any surrounding whitespace are replaced by a single space. */
|
|
body{ background:#fff/*eef*/ url(/path/to/image.gif) repeat-y; }
|