• HOME
  • Diary
  • よく忘れるCSSのカウンター

よく忘れるCSSのカウンター


counter-reset: count;
counter-increment: count;
&:before{
content:”0″counter(count)”.”;
}
[/scc]

めもめも

01とか02にする場合(ゼロパディング)は(count, decimal-leading-zero)って具合にする