MohammadYounes / rtlcss

Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)
https://rtlcss.com
MIT License
1.67k stars 128 forks source link

Support src() with processUrls #310

Open nex3 opened 1 year ago

nex3 commented 1 year ago

The src() function defined by CSS Values and Units 4 provides an alternative, easier-to-parse syntax that's semantically equivalent to url() and usable in all the same places. It would be useful if RTLCSS supported converting text in strings passed to src() if processUrls: true was set.