Skip to content

Commit 143a98d

Browse files
committed
Update tailwind.config.js
1 parent 2b52b0b commit 143a98d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tailwind.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/** @type {import('tailwindcss').Config} */
22
module.exports = {
33
content: [
4-
"./components/**/*.{js,vue,ts}",
4+
"./components/**/*.{js,vue}",
55
"./layouts/**/*.vue",
66
"./pages/**/*.vue",
7-
"./plugins/**/*.{js,ts}",
8-
"./nuxt.config.{js,ts}",
7+
"./plugins/**/*.{js}",
8+
"./nuxt.config.{js}",
99
"./app.vue",
1010
],
1111
theme: {

0 commit comments

Comments
 (0)