GoStart/web/style/tailwind.config.js
2024-05-15 16:28:12 -04:00

11 lines
169 B
JavaScript

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