1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-30 18:55:57 -04:00
notes/node_modules/doiuse/test/cases/counters.css
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00

13 lines
107 B
CSS

/*
expect:
css-counters: 2
*/
article {
counter-reset: section;
}
h2 {
counter-increment: section;
}