const path = require('path');
module.exports = {
plugins: [require('tailwindcss'), require('autoprefixer'), require('postcss-import')],
};