mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
support @counter-style. Fixes #2204
This commit is contained in:
@@ -142,3 +142,8 @@ body ^^ .shadow {
|
||||
#issue2066 {
|
||||
background: url('/images/icon-team.svg') 0 0 / contain;
|
||||
}
|
||||
@counter-style triangle {
|
||||
system: cyclic;
|
||||
symbols: ‣;
|
||||
suffix: " ";
|
||||
}
|
||||
|
||||
@@ -144,3 +144,8 @@ body ^^ .shadow {
|
||||
#issue2066 {
|
||||
background: url('/images/icon-team.svg') 0 0 / contain;
|
||||
}
|
||||
@counter-style triangle {
|
||||
system: cyclic;
|
||||
symbols: ‣;
|
||||
suffix: " ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user