Stirling-PDF/frontend/tailwind.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
163 B
JavaScript
Raw Permalink Normal View History

2025-05-13 23:32:54 +01:00
module.exports = {
2025-05-15 20:07:33 +01:00
corePlugins: {
preflight: false,
},
2025-05-13 23:32:54 +01:00
content: [
"./src/**/*.{js,jsx,ts,tsx}"
],
theme: {
extend: {},
},
plugins: [],
}