You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like another variant of "CSS adding functions that are already in Less" problem. This will probably be solved in the future, but in the meantime, you can utilize string escaping, like:
This looks like another variant of "CSS adding functions that are already in Less" problem. This will probably be solved in the future, but in the meantime, you can utilize string escaping, like:
--basic-deg-tan: ~"tan(var(--basic-deg))";
how to do if "var(--basic-deg)" needs to pass to third part lib, third part lib can not be modified.
It works in css,not less
The text was updated successfully, but these errors were encountered: