Would it be possible to turn off url() inlining/importing? I have looked throughout and cannot find a config option to disable this.
In a project, I am only using url() for fonts (supporting legacy browsers) and do not want all 4 fonts inlined into the CSS file. I can't seem to find an option to allow that code to get through the loader untouched.
Would it be possible to turn off url() inlining/importing? I have looked throughout and cannot find a config option to disable this.
In a project, I am only using url() for fonts (supporting legacy browsers) and do not want all 4 fonts inlined into the CSS file. I can't seem to find an option to allow that code to get through the loader untouched.