delete CSS counters

This commit is contained in:
Julie Blanc 2026-01-20 21:31:42 +01:00
parent 4a95558237
commit a4c3390b99
4 changed files with 13 additions and 72 deletions

View file

@ -1,6 +1,18 @@
#section__content{
h1, h2, h3 {
&::before{
content: attr(data-counter);
}
}
h4, h5, h6{
&::before{
content: attr(data-counter) ". ";
}
}
h1, h2, h3 , h4{
break-inside: avoid;