We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbaacb2 + 6b2259c commit cedc710Copy full SHA for cedc710
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