mirror of
https://github.com/less/less.js.git
synced 2026-01-22 05:37:56 -05:00
13 lines
257 B
CSS
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: '';
|
|
}
|