Skip to content

Commit 6d5ba81

Browse files
committed
Running Prettier a Stylelint --fix
1 parent 88482d9 commit 6d5ba81

35 files changed

+2855
-1680
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = function(grunt) {
5353
options: {
5454
syntax: "less"
5555
},
56-
src: ["less/**/*.less"]
56+
src: ["less/**/*.less", "!less/lib/**/*.less"]
5757
},
5858

5959
watch: {

0 commit comments

Comments
 (0)