mirror of
https://github.com/Hilbis/Hilbish
synced 2025-05-11 14:53:22 +00:00
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
module.exports = {
|
|
content: ["./index.html", "./src/**/*.{gleam,mjs}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|