forgot a semicolon
This commit is contained in:
parent
36147db801
commit
78cc7f0990
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
@layer pre-load, reset, baseline, overload-1, print;
|
||||
@import url("/static/css/reset.css") layer(reset);
|
||||
|
||||
/*
|
||||
* saving this for when doing a table of contents, position: sticky isn't good enough
|
||||
|
@ -13,7 +14,6 @@
|
|||
}
|
||||
* */
|
||||
|
||||
@import url("/static/css/reset.css") layer("reset")
|
||||
|
||||
@layer overload-1{
|
||||
dt{
|
||||
|
|
Loading…
Reference in a new issue