diretto/postcss.config.js

10 lines
196 B
JavaScript
Raw Permalink Normal View History

2019-06-26 20:45:22 +02:00
module.exports = {
plugins: {
autoprefixer: {},
tailwindcss: "./tailwind.config.js",
"postcss-smart-import": {},
"postcss-custom-properties": {},
"postcss-nested": {}
}
2019-06-26 20:45:22 +02:00
};