postcss-custom-properties
postcss-custom-properties copied to clipboard
importFrom CSS string
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 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.