Files
crowd-funder-for-time-pwa/tailwind.config.js
Matthew Aaron Raymer 6a0ddb15e5 Fix config
2022-11-27 14:16:57 +08:00

9 lines
144 B
JavaScript

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