Rename cmp to scope

This commit is contained in:
Akira Tempaku 2024-04-15 00:08:03 +09:00
commit 92c11d61a9
5 changed files with 13 additions and 13 deletions
src/styles/pages

View file

@ -1,4 +1,4 @@
@scope ([data-cmp='pages/index']) {
@scope ([data-scope='pages/index']) {
:scope {
height: 100svh;
background-color: aliceblue;