Open
Description
I'm working on BlessCSS/gulp-bless#15 and I've noticed the following:
Input:
p {color:red}"
Output:
p {
color: red;
}
Is that correct?
Metadata
Metadata
Assignees
Labels
No labels
I'm working on BlessCSS/gulp-bless#15 and I've noticed the following:
Input:
p {color:red}"
Output:
p {
color: red;
}
Is that correct?