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

c# - Roxy file manager in MVC doesn't accept session path -

php - proc_open Too many open files in long running Symfony Console app -

c# - Show a huge number of data in DevExpress GridView -