-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Not Completion class name it in @import file
styles.scss
@import "common";
.action-buttons {
color: #4285f4;
}
common.scss
.test {
color: #4285f4;
}
import styles from "./styles.scss";
styles. <---- // there is not `test`
Relevant log output or stack trace
Steps to reproduce
⬆️
Gradle IntelliJ Plugin version
2.5.0
Gradle version
8.13
Operating System
Windows
Link to build, i.e. failing GitHub Action job
No response
Q-Peppa
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working