mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-16 07:47:48 +01:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|