forked from Alex/Pterodactyl-Panel
13 lines
249 B
JavaScript
13 lines
249 B
JavaScript
module.exports = {
|
|
twin: {
|
|
preset: 'styled-components',
|
|
autoCssProp: true,
|
|
config: './tailwind.config.js',
|
|
},
|
|
styledComponents: {
|
|
pure: true,
|
|
displayName: false,
|
|
fileName: false,
|
|
},
|
|
};
|