alignment

This commit is contained in:
ccd0 2015-03-28 13:23:07 -07:00
parent 4843bd69d4
commit 6e1d89e187

View File

@ -19,7 +19,7 @@ module.exports = (grunt) ->
if part = text.match /^ [\w-]+(?![\w-=])/ # boolean attribute
else if part = text.match /^ [\w-]+=(['"])/ # start of attribute value
context = part[1]
else if part = text.match /^>/ # end of HTML tag
else if part = text.match /^>/ # end of HTML tag
context = ''
when "'", '"'
if part = text.match /^[^'"<>]+/ # attribute value