rsnext/examples/with-turso/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 Permalink Normal View History

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