We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60da92 commit b389edaCopy full SHA for b389eda
lib/module.js
@@ -36,6 +36,7 @@ module.exports = async function (moduleOptions) {
36
postcss.preset.stage = 1 // see https://tailwindcss.com/docs/using-with-preprocessors#future-css-features
37
postcss.plugins = postcss.plugins || {}
38
39
+ /* istanbul ignore if */
40
if (Array.isArray(postcss.plugins)) {
41
postcss.plugins.push(require('tailwindcss')(configPath))
42
} else if (typeof postcss.plugins === 'object') {
0 commit comments