Skip to content

Commit cedc710

Browse files
committed
Merge pull request csstools#4 from vlad-saling/master
Fixing typo in grunt config example
2 parents dbaacb2 + 6b2259c commit cedc710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = function(grunt) {
163163
options: {
164164
processors: [
165165
require('autoprefixer-core')({ browsers: ['> 0%'] }).postcss, //Other plugin
166-
require('postcss-custom-selector')(),
166+
require('postcss-custom-selectors')(),
167167
]
168168
},
169169
dist: {

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = function(grunt) {
163163
options: {
164164
processors: [
165165
require('autoprefixer-core')({ browsers: ['> 0%'] }).postcss, //Other plugin
166-
require('postcss-custom-selector')(),
166+
require('postcss-custom-selectors')(),
167167
]
168168
},
169169
dist: {

0 commit comments

Comments
 (0)