Closed 43081j closed 2 years ago
Totals | |
---|---|
Change from base Build 1602839425: | 0.03% |
Covered Lines: | 635 |
Relevant Lines: | 643 |
Yay! Thanks James!
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 1602839425: | 0.03% |
Covered Lines: | 635 |
Relevant Lines: | 643 |
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 1602839425: | 0.03% |
Covered Lines: | 635 |
Relevant Lines: | 643 |
Basically, if you have a source file with no CSS, like so:
it appears postcss will stringify it but have no reference
node
. in these cases, i think (or hope) we can safely assume we're not stringifying CSS and to just leave it alone.this was causing backticks in JS to be escaped before.
cc @abdonrd