mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-10-01 01:35:37 -04:00
9 lines
139 B
JavaScript
9 lines
139 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
'postcss-import': {},
|
||
|
'tailwindcss/nesting': {},
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
}
|