Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

css is required alongside js #1429

Closed
Closed
@mastilver

Description

@mastilver

this line: https://github.com/angular-ui/ui-select/blob/master/index.js#L1
is requiring css from a javascript file

you should use the style property instead so:

  • it doesn't break when you try requiring the library
  • you can use you own style-sheet if you want

Check out how bootstrap is doing it: https://github.com/twbs/bootstrap/blob/master/package.json#L20

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