Skip to content

Not Support import file #7

@Q-Peppa

Description

@Q-Peppa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions