Show Color Preview in LESS Files
已回答
I have a LESS file that imports another LESS file.
@import "variables.less";
If I use a color variable, the color does not show in the gutter like regular color values.
.main {
color: @main-color; // no color preview
color: #FFFFFF; // color preview
}
Is there a problem with my configuration? I am using IntelliJ 15.0.4.
请先登录再写评论。
Please see https://youtrack.jetbrains.com/issue/WEB-6015 and the linked issues.