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
Hi! Excellent less remake of the circular progress! Code is clean too, love it.
I am trying to wrap the whole code with a classname in LESS (in order to avoid polluting the css namespace) but it seems that the generate-elements() and generate-rotation() are not executed after i do so.
i.e.
.circular-progress {
// VARS
@circle-width: 0.08em;
@circle-width-hover: 0.04em;
...
}
Any ideas why this happens? I suppose this is more of a generic LESS question rather than an issue, but much appreciated if you could give me some tips.
The text was updated successfully, but these errors were encountered:
Hi! Excellent less remake of the circular progress! Code is clean too, love it.
I am trying to wrap the whole code with a classname in LESS (in order to avoid polluting the css namespace) but it seems that the
generate-elements()
andgenerate-rotation()
are not executed after i do so.i.e.
Any ideas why this happens? I suppose this is more of a generic LESS question rather than an issue, but much appreciated if you could give me some tips.
The text was updated successfully, but these errors were encountered: