magnacarto/mss/tests/009-attachments.mss
Oliver Tonnhofer 150e26189a initial import
2015-05-22 14:21:28 +02:00

20 lines
246 B
Text

#class::foo {
[type='foo']{
line-width: 1;
}
}
#class::bar[zoom=1] {
[type='foo']{
line-width: 1;
}
[type='baz']{
line-width: 2;
}
}
#class::foo {
[type='foo']{
line-width: 1;
}
}