Files
main-site/theme/static_src/tailwind.config.js
Mark 14db1bb57e
Some checks failed
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Failing after 35s
fix(ci): address PR blockers and move CI/nightly off sqlite
2026-02-28 16:38:37 +00:00

11 lines
158 B
JavaScript

module.exports = {
content: [
"../../templates/**/*.html",
"../../apps/**/templates/**/*.html"
],
theme: {
extend: {}
},
plugins: []
};