css - Not calculating in less -


At least I'm using CSS math to present elipse

  Limit-Radius: 0 120px 120px / 0 12px 12px;  

But less is calculating this how to stop doing it?

In the short, you can give to the compiler

  Radius: ~ "0 120px 120px / 0 12px 12px";  

Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -