Use tailwindcss with standalone CLI

This commit is contained in:
Akira Tempaku 2024-04-19 03:56:30 +09:00
commit ece41474fc
16 changed files with 44 additions and 89 deletions
src/styles/pages

View file

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