forked from Alex/Pterodactyl-Panel
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,
|
|
},
|
|
};
|