2022-04-26 05:16:46 +00:00
|
|
|
module.exports = {
|
|
|
|
content: ['./app/**/*.{html,tsx}'],
|
|
|
|
corePlugins: {
|
|
|
|
preflight: false,
|
|
|
|
},
|
|
|
|
theme: {
|
2022-05-23 14:32:51 +00:00
|
|
|
colors: { transparent: 'transparent', current: 'currentColor', white: '#ffffff' },
|
2022-04-26 05:16:46 +00:00
|
|
|
},
|
|
|
|
};
|