module.exports = {
parser: 'sugarss',
plugins: {
'postcss-import': {},
tailwindcss: './tailwind.config.js',
'postcss-nested': {},
autoprefixer: {}
}