Skip to content

Commit 4b1ceb8

Browse files
committed
Sass - opravy a finalni rozchozeni
1 parent 89ae8b5 commit 4b1ceb8

20 files changed

+909
-1804
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ module.exports = function(grunt) {
6666
}
6767
});
6868

69-
grunt.registerTask("css", ["scss", "postcss"]);
69+
grunt.registerTask("css", ["sass", "postcss"]);
7070
grunt.registerTask("default", ["browserSync", "watch"]);
7171
};

0 commit comments

Comments
 (0)