Skip to content

Argument error in selectize.less causing compiler to abort #713

Closed
@urban

Description

@urban

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));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions