misc_pterodactyl-panel/.babel-plugin-macrosrc.js

13 lines
249 B
JavaScript
Raw Normal View History

module.exports = {
twin: {
preset: 'styled-components',
autoCssProp: true,
config: './tailwind.config.js',
},
styledComponents: {
pure: true,
displayName: false,
fileName: false,
},
};