Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Apr 4, 2016
1 parent cd41d1b commit 8fc342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var css = fs.readFileSync("css/input.css", "utf8");

// process css
var output = postcss()
.use(attrSelectorPrefix({prefix: 'sl-'}))
.use(attrSelectorPrefix({prefix: 'test-'}))
.process(css)
.css;

Expand Down

0 comments on commit 8fc342f

Please sign in to comment.