mirror of
https://github.com/thangisme/notes.git
synced 2026-07-28 04:43:46 -04:00
Initial commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
expect:
|
||||
css-counters: 2
|
||||
*/
|
||||
|
||||
article {
|
||||
counter-reset: section;
|
||||
}
|
||||
|
||||
h2 {
|
||||
counter-increment: section;
|
||||
}
|
||||
Reference in New Issue
Block a user