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 4361146 commit 5834dd6Copy full SHA for 5834dd6
plugins/postcss-custom-properties/INSTALL.md
@@ -74,10 +74,9 @@ module.exports = {
74
'style-loader',
75
{ loader: 'css-loader', options: { importLoaders: 1 } },
76
{ loader: 'postcss-loader', options: {
77
- ident: 'postcss',
78
- plugins: () => [
79
- postcssCustomProperties(/* pluginOptions */)
80
- ]
+ postcssOptions: {
+ plugins: [postcssCustomProperties(/* pluginOptions */)],
+ }
81
} }
82
]
83
}
0 commit comments