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