aurinko/frontend/tailwind.config.js

8 lines
124 B
JavaScript
Raw Normal View History

2024-07-01 10:00:32 +00:00
module.exports = {
content: ["./index.html", "./src/**/*.{gleam,mjs}"],
theme: {
extend: {},
},
plugins: [],
};