mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 09:32:29 +01:00
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,
|
||
|
},
|
||
|
};
|