postcss.config.js 168 B

123456789
  1. const postcssImport = require('postcss-import')
  2. module.exports = {
  3. plugins: {
  4. 'postcss-import': postcssImport,
  5. tailwindcss: {},
  6. autoprefixer: {},
  7. },
  8. }