Sublime-CSS3 icon indicating copy to clipboard operation
Sublime-CSS3 copied to clipboard

CSS Counter Styles Level 3

Open i-akhmadullin opened this issue 10 years ago • 0 comments

http://dev.w3.org/csswg/css-counter-styles/#symbols-function counter

@counter-style triangle {
  system: cyclic;
  symbols: ‣;
  suffix: " ";
}
ol { list-style: symbols(cyclic "*" "\2020" "\2021" "\A7"); }

i-akhmadullin avatar Jul 10 '14 14:07 i-akhmadullin