Add js files to tailwind content
This commit is contained in:
parent
41adb7ecb0
commit
bd4118040f
|
@ -1,6 +1,6 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.vue'],
|
||||
content: ['./src/**/*.vue', './src/**/*.js'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
|
|
Loading…
Reference in New Issue