Add persist plugin

This commit is contained in:
Akira Tempaku 2024-04-21 13:34:34 +09:00
commit a0a680c8d2
8 changed files with 24 additions and 6 deletions
src/styles/pages

View file

@ -1,7 +1,6 @@
@scope ([data-css='pages/index']) {
:scope {
height: 100svh;
background-color: aliceblue;
display: grid;
place-content: center;
}