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

SCSS @import auto compilation (inside a class) is not working #835

Open febrez opened 3 years ago

febrez commented 3 years ago

Koala version 2.3.0

Bug report or feature request

main.scss : .blog { @import "blog.scss"; }

When modifying blog.scss, main.scss is not compiled automatically.