travco/postcss-extend

Tailwind with postcss nested and postcss extend

Opened this issue · 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"),
  ],
}