Closed mishanga closed 11 years ago
$theme = normal; @import 'theme_${normal}';
Now it looks like:
@if $theme is normal { @import 'theme_normal'; }
It's already implemented in master. Forget to mention it in the changelog. Thanks for the report.
BTW, you need to use double-quote string, which supports interpolation.
Great! Thanks!
Now it looks like: