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

Compile border-radius with two params separated by slash #2697

Closed
z3ndex opened this issue Sep 18, 2015 · 2 comments
Closed

Compile border-radius with two params separated by slash #2697

z3ndex opened this issue Sep 18, 2015 · 2 comments

Comments

@z3ndex
Copy link

z3ndex commented Sep 18, 2015

Hi,

when compile border-radius with two params separated by slash like:

border-radius: 100px / 10px;

at the output I have only the last radius:

border-radius: 10px;
@seven-phases-max
Copy link
Member

Use either --strict-math=on or escaping, e.g. border-radius: 100px ~'/' 10px;.

@seven-phases-max
Copy link
Member

Merging to #1880.

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