We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaacb2 commit 6b2259cCopy full SHA for 6b2259c
README-zh.md
@@ -163,7 +163,7 @@ module.exports = function(grunt) {
163
options: {
164
processors: [
165
require('autoprefixer-core')({ browsers: ['> 0%'] }).postcss, //Other plugin
166
- require('postcss-custom-selector')(),
+ require('postcss-custom-selectors')(),
167
]
168
},
169
dist: {
README.md
0 commit comments