Skip to content

Commit

Permalink
chore: add daisyUI
Browse files Browse the repository at this point in the history
  • Loading branch information
hildxd committed Jan 16, 2024
1 parent b5c669d commit 70075e3
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apps/client/app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div class="text-3xl font-bold underline text-wrap">
<div class="text-3xl font-bold underline text-wrap tex">
Hello world!
</div>
<button class="btn w-64 rounded-full">Button</button>
</template>
1 change: 1 addition & 0 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.10.4",
"daisyui": "^4.6.0",
"nuxt": "^3.9.0",
"tailwindcss": "^3.4.1",
"vue": "^3.4.6",
Expand Down
5 changes: 2 additions & 3 deletions apps/client/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ export default {
theme: {
extend: {},
},
plugins: [],
}

plugins: [require("daisyui")],
};
31 changes: 31 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70075e3

Please sign in to comment.