rsnext/examples/cms-sanity/postcss.config.js

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

7 lines
83 B
JavaScript
Raw Normal View History

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};