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 even when setting cssPrefix to an empty string it still gives the default 'icon-' prefix.
changing the if (!options.cssPrefix) { to if (options.cssPrefix === undefined) {
wil give the possibility to have an empty prefix
Hi even when setting cssPrefix to an empty string it still gives the default 'icon-' prefix.
changing the
if (!options.cssPrefix) {toif (options.cssPrefix === undefined) {wil give the possibility to have an empty prefix