mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-08 04:51:23 -06:00
13 lines
107 B
CSS
13 lines
107 B
CSS
/*
|
|
expect:
|
|
css-counters: 2
|
|
*/
|
|
|
|
article {
|
|
counter-reset: section;
|
|
}
|
|
|
|
h2 {
|
|
counter-increment: section;
|
|
}
|