module.exports = {
plugins: [
require('tailwindcss'),
require('postcss-mixins'),
require('postcss-nested'),
require('autoprefixer')
]
}