koala icon indicating copy to clipboard operation
koala copied to clipboard

@import .sass from url

Open 2frags opened this issue 7 years ago • 1 comments

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!

2frags avatar Jan 14 '18 15:01 2frags

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.

pwaring avatar Jun 26 '19 15:06 pwaring