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

css calc的一些坑 #4

Open
JesseZhao1990 opened this issue Nov 16, 2017 · 0 comments
Open

css calc的一些坑 #4

JesseZhao1990 opened this issue Nov 16, 2017 · 0 comments

Comments

@JesseZhao1990
Copy link
Owner

  1. calc中的运算符前后需要加空格,比如calc(100vh-50px),这样写并不会剩下,要在减号的前后加空格
  2. calc 在less中使用的时候,和less中的函数冲突,解决办法,把表达式以字符串的形成传入,例如 @h:98px; height:calc(~"100vh - @{h}");
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

1 participant