Skip to content

CSS highlighting #872

@agvozdezkiy

Description

@agvozdezkiy

Incorrectly highlights nested styles and properties.
Try this:

.button-wrapper {
    margin-top: 20px;
    .korus-btn {
        padding: 8px 30px 10px;
    }
}
.case-info-section {
    .case-info-title{
        color: gray;
    }
    padding-bottom: 20px
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions