Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access individual class properties #18

Open
silentmatt opened this issue Dec 14, 2009 · 0 comments
Open

Access individual class properties #18

silentmatt opened this issue Dec 14, 2009 · 0 comments

Comments

@silentmatt
Copy link
Owner

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.

@ghost ghost assigned silentmatt May 26, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant