n8n/packages/editor-ui/postcss.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
80 B
JavaScript
Raw Normal View History

2019-06-23 03:35:23 -07:00
module.exports = {
plugins: {
// tailwindcss: {},
2019-06-23 03:35:23 -07:00
autoprefixer: {},
},
};