Add on-demand styling feature
This commit is contained in:
parent
1d7f8b6ed5
commit
56ffa88dbf
5 changed files with 47 additions and 6 deletions
src/styles/pages
8
src/styles/pages/index.css
Normal file
8
src/styles/pages/index.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
@scope ([data-cmp='pages/index']) {
|
||||
:scope {
|
||||
height: 100svh;
|
||||
background-color: aliceblue;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue