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 b2a4fb9 commit 3961b69Copy full SHA for 3961b69
packages/sui-bundler/shared/module-rules-sass.js
@@ -18,7 +18,7 @@ module.exports = {
18
options: {
19
postcssOptions: {
20
plugins: [
21
- ...(isTailwindEnabled() ? [require('tailwindcss').default()] : []),
+ ...(isTailwindEnabled() ? [require('tailwindcss')()] : []),
22
require('autoprefixer')({
23
overrideBrowserslist: config.targets
24
})
packages/sui-bundler/webpack.config.dev.js
@@ -100,9 +100,7 @@ const webpackConfig = {
100
101
102
103
- ...(isTailwindEnabled()
104
- ? [require('tailwindcss').default()]
105
- : []),
106
107
108
0 commit comments