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

Commit

Permalink
Merge pull request #8 from Schweinepriester/patch-1
Browse files Browse the repository at this point in the history
fixed typo in example gulp config
  • Loading branch information
MoOx committed Apr 22, 2015
2 parents cedc710 + 495a8db commit 9e24886
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 @@ -186,7 +186,7 @@ module.exports = function(grunt) {
var gulp = require('gulp');
var rename = require('gulp-rename');
var postcss = require('gulp-postcss');
var selector = require('postcss-custom-selector')
var selector = require('postcss-custom-selectors')
var autoprefixer = require('autoprefixer-core')

gulp.task('default', function () {
Expand Down

0 comments on commit 9e24886

Please sign in to comment.