mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-09-29 22:33:36 +02:00
22 lines
234 B
Text
22 lines
234 B
Text
.testlines {
|
|
line-width: 5;
|
|
}
|
|
|
|
.testlines {
|
|
[id=1] {
|
|
line-width: 1;
|
|
}
|
|
}
|
|
|
|
[id=2] {
|
|
.testlines {
|
|
line-width: 2;
|
|
}
|
|
}
|
|
|
|
#test[id=3] {
|
|
.testlines {
|
|
line-color: red;
|
|
}
|
|
line-width: 3;
|
|
}
|