Skip to content

Commit

Permalink
feat(grunt): use custom regex for leading quotes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Mar 17, 2016
1 parent 1e05d0b commit 917639c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ module.exports = (grunt) ->
leading_quotes:
options:
elements: "p, li, h1, h2, h3, h4, h5, h6"
regex: /||||/
class: "leading-indent-fix"
verbose: true

Expand Down

0 comments on commit 917639c

Please sign in to comment.