postcss-custom-properties icon indicating copy to clipboard operation
postcss-custom-properties copied to clipboard

importFrom CSS string

Open jscheid opened this issue 4 years ago • 1 comments

It would be useful if importFrom could accept a CSS string or buffer, rather than a file. Would you accept a PR for this feature?

jscheid avatar Mar 02 '21 01:03 jscheid

importFrom can already be a string that is a file path. Overloading this option even more to also possible be a css string would make it overly complicated.

romainmenke avatar Jan 09 '22 14:01 romainmenke