Files
supanextail/postcss.config.js
2022-01-15 23:17:52 +01:00

10 lines
247 B
JavaScript

/* eslint-disable unicorn/prefer-module */
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};