Esteban Blanc
Esteban Blanc
Suckit development is a bit slowed down due to studies but this is definitely something we want to do
Also fixes #143 I guess, since fonts in CSS will be downloaded
Writing this makes me think that a good refactor is needed
I will try first with regex to have the feature but at some point we should use a parser instead imao
See https://github.com/y21/tl/issues/9
Add a checkbox list to this issue to make it a tracking issue of the patch-set
I would also like to see the argument parsing moved to the bin
Hi @pinkforest, I hope you are doing well. I was wondering if you are not planing to followup on this or if you are just taking a break?
Thanks for reporting this. Regex might be the way to go indeed. If you are interested to do it, feel free to assign yourself and open a PR :smiley: >...
I'm note sure regex are the way to go. That's slow and matching url and relative url will be quite hard. I think there a some good CSS parser out...