Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
fixing typo in grunt config example
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-saling committed Feb 22, 2015
1 parent dbaacb2 commit 6b2259c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module.exports = function(grunt) {
options: {
processors: [
require('autoprefixer-core')({ browsers: ['> 0%'] }).postcss, //Other plugin
require('postcss-custom-selector')(),
require('postcss-custom-selectors')(),
]
},
dist: {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module.exports = function(grunt) {
options: {
processors: [
require('autoprefixer-core')({ browsers: ['> 0%'] }).postcss, //Other plugin
require('postcss-custom-selector')(),
require('postcss-custom-selectors')(),
]
},
dist: {
Expand Down

0 comments on commit 6b2259c

Please sign in to comment.