Add on-demand styling feature

This commit is contained in:
Akira Tempaku 2024-04-14 00:18:48 +09:00
commit 56ffa88dbf
5 changed files with 47 additions and 6 deletions
src/styles/pages

View file

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