Skip to content

usability-tip #7568

@pandasoli

Description

@pandasoli

I do everything not to use CSS, I prefer to use SASS or things like that, where chains are possible, it would be nice to have this as a standard.

It will be cool if CSS has chains with the events too. like:

  .component {
    label {
      color: red;
    }
    
    &hover {
      background-color: blue;
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions