Skip to content

Commit

Permalink
FIX: Fixed conflicts with stylelint & gulp-stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo Chernov committed Nov 22, 2022
1 parent af991e0 commit 5bf6bcf
Show file tree
Hide file tree
Showing 3 changed files with 4,788 additions and 5,236 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const notify = require('gulp-notify');
const minify = require('gulp-csso');
const multipipe = require('multipipe');
const rename = require('gulp-rename');
const gulpStylelint = require('gulp-stylelint');
const gulpStylelint = require('@ronilaukkarinen/gulp-stylelint');
const compress_images = require('compress-images');

gulp.task('styles', function () {
Expand Down
Loading

0 comments on commit 5bf6bcf

Please sign in to comment.