oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 523 forks source link

@import .sass from url #725

Open 2frags opened 6 years ago

2frags commented 6 years ago

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!

pwaring commented 5 years ago

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.