Skip to content

Commit 87cd8b6

Browse files
committed
move tailwinds styles to app
1 parent ae26130 commit 87cd8b6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ import HelloWorld from './components/HelloWorld.vue'
1515
</template>
1616

1717
<style scoped>
18+
@tailwind base;
19+
@tailwind components;
20+
@tailwind utilities;
21+
1822
.logo {
1923
height: 6em;
2024
padding: 1.5em;

src/components/HelloWorld.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,3 @@ const count = ref(0)
4949
</div>
5050
</template>
5151

52-
<style scoped>
53-
@tailwind base;
54-
@tailwind components;
55-
@tailwind utilities;
56-
</style>

0 commit comments

Comments
 (0)