mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2026-03-11 08:55:32 +00:00
9 lines
139 B
JavaScript
9 lines
139 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
'postcss-import': {},
|
||
|
|
'tailwindcss/nesting': {},
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
}
|