Skip to content

Its not possible to have NO cssPrefix #12

@Lefthandmedia

Description

@Lefthandmedia

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

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