mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-nested": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
} |