I'm working on https://github.com/BlessCSS/gulp-bless/issues/15 and I've noticed the following: Input: ``` css p {color:red}" ``` Output: ``` css p { color: red; } ``` Is that correct?
I'm working on BlessCSS/gulp-bless#15 and I've noticed the following:
Input:
Output:
Is that correct?