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
The current version of selectize.js has a bug in the Less file. At approximately line 267 of serialize.less. You need to add a second set of parenthese to this line.
// change from
margin-top: round(-1 * @selectize-arrow-size / 2);
// to
margin-top: round((-1 * @selectize-arrow-size / 2));
The text was updated successfully, but these errors were encountered:
urban
added a commit
to urban/selectize.js
that referenced
this issue
Feb 11, 2015
The current version of selectize.js has a bug in the Less file. At approximately line 267 of serialize.less. You need to add a second set of parenthese to this line.
The text was updated successfully, but these errors were encountered: