koala
koala copied to clipboard
@import .sass from url
v2.3.0 Feature request It would be great to make @import .sass files from url (cdn or github for example) Is it possible? Thanks!
I'd find this very useful as well - I want to concatenate a bunch of CSS files and whilst @import "local/path/styles.css"
works, @import url("https://www.example.org/style.css")
does not.