Open jscheid opened 3 years ago
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?
importFrom
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.
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?