8 lines
195 B
CSS
8 lines
195 B
CSS
|
|
/* url expressions in comments should be ignored */
|
||
|
|
|
||
|
|
.selector { /*@noflip*/ background-image: /*@embed*/ url(not-commented.gif); }
|
||
|
|
|
||
|
|
/*
|
||
|
|
.selector { background-image: url(commented-out.gif); }
|
||
|
|
*/
|