portainer/tailwind.config.js

10 lines
136 B
JavaScript

module.exports = {
content: ['./app/**/*.{html,tsx}'],
corePlugins: {
preflight: false,
},
theme: {
colors: {},
},
};