Browse Source

Fix config

kb/add-usage-guide
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} */
module.exports = {
content: [],
content: ["./src/**/*.vue"],
theme: {
extend: {},
},

Loading…
Cancel
Save