delete CSS counters
This commit is contained in:
parent
4a95558237
commit
a4c3390b99
4 changed files with 13 additions and 72 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue