postcss / postcss-import

PostCSS plugin to inline at-import rules content
MIT License
1.37k stars 116 forks source link

Document that all forms of `url` are supported #519

Closed romainmenke closed 1 year ago

romainmenke commented 1 year ago

https://developer.mozilla.org/en-US/docs/Web/CSS/@import

Is a <string>, a <url>, or a url() function representing the location of the resource to import. The URL may be absolute or relative.