mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
12 lines
209 B
JavaScript
12 lines
209 B
JavaScript
|
module.exports = {
|
||
|
twin: {
|
||
|
preset: 'styled-components',
|
||
|
autoCssProp: true,
|
||
|
},
|
||
|
styledComponents: {
|
||
|
pure: true,
|
||
|
displayName: false,
|
||
|
fileName: false,
|
||
|
},
|
||
|
};
|