blob: ca6674d0edd38b2943b83a860be17edcdf140d7a (
plain)
1
2
3
4
5
6
7
8
9
10
|
.foo foo-foo {
onefoothree: foo;
string: hellofoogoodbye;
string-single: 'he\'llofoogood"bye';
string-double: "he\"llofoogood'bye";
url: url(hellofoogoodbye);
url-single: url('he\'llofoogood"bye');
url-double: url("he\"llofoogood'bye");
nested: "type-of(foo) bar";
}
|