postcss-extend icon indicating copy to clipboard operation
postcss-extend copied to clipboard

Tailwind with postcss nested and postcss extend

Open hotrungnhan opened this issue 4 years ago • 0 comments

If you want use these three you should import like below first is extend , and the other is after.

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

hotrungnhan avatar Aug 25 '21 10:08 hotrungnhan