fix: improve font-family handling#456
Conversation
|
|
||
| test( | ||
| 'should correctly escape special characters at the end', | ||
| processCSS, |
There was a problem hiding this comment.
You can use passthroughCSS for any test where the output is the same as the input.
|
Maybe add |
|
@andyjansson let's do it 👍 |
4e3317a to
0c7dd79
Compare
|
FYI: for test https://mothereff.in/font-family
In code we have comment: But i will fix it anyway 👍 |
|
@andyjansson can you give me invite i close some invalid issues (with tests if needed) |
Yeah, I know. I don't think the comment applies anymore. I modified your code to include |
|
@andyjansson hm, let's do it |
0c7dd79 to
7f0b4b4
Compare
|
/cc @andyjansson done, also fix some cases with lowercase/uppercase with tests |
fixes #430 fixes #434
Also fix buggy tests. Can add more tests.