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

feature request: calc property #2666

Closed
septs opened this issue Aug 14, 2015 · 2 comments
Closed

feature request: calc property #2666

septs opened this issue Aug 14, 2015 · 2 comments

Comments

@septs
Copy link

septs commented Aug 14, 2015

.selector {
    font-size: 16px;
    line-height: 2;

    height: (font-size * line-height) + border-bottom-height;

    border-bottom: 1px solid #E6E6E6;
}
.selector2 {
   font-size: 12px;

   position: absolute;
   top: -(font-size);
   right: (font-size);
}
@seven-phases-max
Copy link
Member

See #2433.

@seven-phases-max
Copy link
Member

Closing as duplicate of #2433.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants