anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

Messages whitespace in 2.4.0 #48

Closed ntwb closed 8 years ago

ntwb commented 8 years ago

Over in @stylelint/stylelint updating to doiuse 2.4.0 one of our tests returns:

... is not fully supported by IE 9 and only partially supported...

There are actually two spaces between and and only above.

and includes a space after it here: /doiuse/blob/master/src/doiuse.js#L44only includes a space before it here: /doiuse/blob/master/src/doiuse.js#L41

It would be great if one of these spaces were removed :)

anandthakker commented 8 years ago

@ntwb ah, yep - thanks for catching that.

anandthakker commented 8 years ago

Fixed in 2.4.1

ntwb commented 8 years ago

Awesome, thanks @anandthakker 👍