Skip to content

Commit a8aefc0

Browse files
C-Lodderwilsonge
authored andcommitted
Fix dep update (#126)
1 parent 57742d2 commit a8aefc0

File tree

2 files changed

+267
-449
lines changed

2 files changed

+267
-449
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = (grunt) => {
55
grunt.settings = pack.settings;
66

77
// Load required modules
8-
grunt.loadNpmTasks('grunt-postcss-x');
8+
grunt.loadNpmTasks('@lodder/grunt-postcss');
99
grunt.loadNpmTasks('grunt-sass');
1010
grunt.loadNpmTasks('grunt-contrib-cssmin');
1111
grunt.loadNpmTasks('grunt-babel');

0 commit comments

Comments
 (0)