postcss-extend
postcss-extend copied to clipboard
Tailwind with postcss nested and postcss extend
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"),
],
}