GoStart/web/style/tailwind.config.js

11 lines
169 B
JavaScript
Raw Normal View History

2024-05-15 20:28:12 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{html,js}"],
theme: {
extend: {
colors: {},
},
},
plugins: [],
};