mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 05:43:24 +00:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
module.exports = {
|
|
twin: {
|
|
preset: 'styled-components',
|
|
config: './tailwind.config.js',
|
|
autoCssProp: true, // This adds the css prop when it's needed
|
|
},
|
|
};
|