Skip to content

Commit b389eda

Browse files
committed
chore: coverage
1 parent b60da92 commit b389eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/module.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = async function (moduleOptions) {
3636
postcss.preset.stage = 1 // see https://tailwindcss.com/docs/using-with-preprocessors#future-css-features
3737
postcss.plugins = postcss.plugins || {}
3838

39+
/* istanbul ignore if */
3940
if (Array.isArray(postcss.plugins)) {
4041
postcss.plugins.push(require('tailwindcss')(configPath))
4142
} else if (typeof postcss.plugins === 'object') {

0 commit comments

Comments
 (0)