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?