0👍
The content
property in your tailwind.config.js
should be:
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
Source:stackexchange.com
0👍
The content
property in your tailwind.config.js
should be:
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],