Skip to content

Parent classes get the CSS style of the child classes if you add an extra comma #117

Closed
@jesse-deboer

Description

@jesse-deboer

Parent classes get the css from nested classes if you accidentally put a comma at the end. I really don't know if this should be considered to be a bug or an issue .. 😅

Please see below for an example:

.testClass {
  
  .childClass, .secondChildClass, {
  	background:red;  
  }
  
}

.testClass will get a red background. This does not happen when using SCSS for example.

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