Current section

Files

Jump to
novdom_dev_tools priv template tailwind.config.js
Raw

priv/template/tailwind.config.js

module.exports = {
content: ["./index.html", "./src/**/*.{gleam,mjs}"],
theme: {
extend: {},
},
plugins: [],
};