postcss.config.js 135 B

12345678
  1. module.exports = {
  2. plugins: {
  3. '@unocss/postcss': {
  4. // Optional
  5. content: ['**/*.{html,js,ts,jsx,tsx}'],
  6. },
  7. },
  8. }