murdercode/laravel-shortcode-plus

View on GitHub
postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
// postcss.config.js
module.exports = {
    plugins: {
        // 'postcss-import': {},
        // 'tailwindcss/nesting': {},
        tailwindcss: {},
        autoprefixer: {},
    }
}