Skip to content

Commit f6ee101

Browse files
committed
remove @apply for tailwind
1 parent 4166100 commit f6ee101

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

layouts/default.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="">
2+
<div class="bg-gray-900 text-gray-200">
33
<slot />
44
</div>
55
</template>
@@ -9,7 +9,5 @@
99
body {
1010
margin: 0;
1111
font-family: sans-serif;
12-
/* Apply dark theme background and default text color */
13-
@apply bg-gray-900 text-gray-200;
1412
}
1513
</style>

0 commit comments

Comments
 (0)