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
With v2 you use Custom Properties (CSS Variables) to set the size and the color. Using Custom Properties does not work with old browsers (e.g. IE11). Please support old Browser by defining a default value - something like this:
With v2 you use Custom Properties (CSS Variables) to set the size and the color. Using Custom Properties does not work with old browsers (e.g. IE11). Please support old Browser by defining a default value - something like this:
The IE11 will ignore the lines where the the Custom Field is set and uses the predefined values. Using
var(value, default-value);
does not work.An easy way to prevent repetitions is using SCSS and the SCSS variables (see: #150):
The text was updated successfully, but these errors were encountered: