mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-27 01:44:34 +00:00
8 lines
122 B
JavaScript
8 lines
122 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'tailwindcss/nesting': 'postcss-nested',
|
|
'tailwindcss': {},
|
|
'autoprefixer': {}
|
|
}
|
|
};
|