Skip to content

Commit

Permalink
fix(grunt): disable leading_quotes for list, this could help avoid …
Browse files Browse the repository at this point in the history
…unwanted list style offset with leading quotes
  • Loading branch information
sparanoid committed Mar 18, 2016
1 parent d547628 commit ff19591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ module.exports = (grunt) ->

leading_quotes:
options:
elements: "p, li, h1, h2, h3, h4, h5, h6"
elements: "p, h1, h2, h3, h4, h5, h6"
regex: /||||/
class: "leading-indent-fix"
verbose: true
Expand Down

0 comments on commit ff19591

Please sign in to comment.