Browse Source

Fix config

tmp
Matthew Aaron Raymer 2 years ago
parent
commit
6a0ddb15e5
  1. 2
      tailwind.config.js

2
tailwind.config.js

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: [], content: ["./src/**/*.vue"],
theme: { theme: {
extend: {}, extend: {},
}, },

Loading…
Cancel
Save