mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
firmware/bootloaderInstructions: Simplify scss.
This commit is contained in:
committed by
David Lechner
parent
c84d862a57
commit
e606887319
@@ -21,10 +21,9 @@ ol.firstList {
|
||||
ol.firstList li,
|
||||
ol.continuedList li {
|
||||
counter-increment: listCounter;
|
||||
}
|
||||
|
||||
// Use counter value to set marker, no matter which list.
|
||||
ol.firstList li::marker,
|
||||
ol.continuedList li::marker {
|
||||
content: counter(listCounter, decimal) '. ';
|
||||
// Use counter value to set marker.
|
||||
&::marker {
|
||||
content: counter(listCounter, decimal) '. ';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user