csstyle icon indicating copy to clipboard operation
csstyle copied to clipboard

Erroneous space character added to front of all selectors

Open teddybradford opened this issue 9 years ago • 1 comments

csstyle, at least when used as a component of postcss, causes a space character to be appended to all selectors.

body {
  color: red;
}

becomes

 body {
  color: red;
}

teddybradford avatar Apr 16 '15 22:04 teddybradford

I'm also seeing this!

SevereOverfl0w avatar Nov 06 '15 10:11 SevereOverfl0w