Skip to content

Commit

Permalink
fix: remove content option for tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
medusiora committed Mar 31, 2024
1 parent 89553bb commit 5b94c2f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./components/**/*.{js,vue,ts}",
"./layouts/**/*.vue",
"./pages/**/*.vue",
"./plugins/**/*.{js,ts}",
"./app.vue",
"./error.vue",
],
theme: {
container: {
center: true,
Expand Down

0 comments on commit 5b94c2f

Please sign in to comment.