73kus-err/postcss.config.js
2021-08-02 17:05:36 -04:00

8 lines
109 B
JavaScript
Executable file

module.exports = {
parser: 'postcss-scss',
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};