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
Description
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
Labels
No labels