Files
less.js/test/css/strings.css
2010-02-23 18:02:00 -05:00

13 lines
257 B
CSS

#strings {
background-image: url("http://son-of-a-banana.com");
quotes: "~" "~";
content: "#*%:&^,)!.(~*})";
empty: "";
}
#comments { content: "/* hello */ // not-so-secret"; }
#single-quote {
quotes: "'" "'";
content: '""#!&""';
empty: '';
}