Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Nesting from example not working with postcss #93

@Defite

Description

@Defite

Latest version of typings-for-css-modules-loader, trying example:

.some-class {
  margin-left: 10px;

  &_modify {
    color: orange
  }
}

In typings I got:

export const someClass: string;

but there is no line like:

export const someClassModify: string;

In my component I use it like:

<SomeComponent className={styles.someClassModify}>

Is it supposed to work / not work this way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions