Skip to content

Commit 23bf32b

Browse files
committed
Add default styles
Author: @Obult
1 parent 07f4d04 commit 23bf32b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

frontend/src/app.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,14 @@
2222
<div style="display: contents">%sveltekit.body%</div>
2323
</body>
2424

25+
<style>
26+
.revert-tailwind {
27+
all: initial;
28+
}
29+
30+
.revert-tailwind > * {
31+
all: revert;
32+
}
33+
</style>
34+
2535
</html>

0 commit comments

Comments
 (0)