Skip to content

Access individual class properties #18

@silentmatt

Description

@silentmatt

There should be a way to reference individual properties from a class, for example:

@class border {
    border: 1px solid;
    margin: 4px;
}

@class no-border {
    margin: calc(xxx(border.margin) + 1px);
}

It's a stupid example, but that's the idea.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions