Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ select2-bootstrap-theme only works with Select2 v4.x. Applying the theme require
<link rel="stylesheet" href="select2-bootstrap.css">
```

To apply the theme, tell Select2 to do so by passing `bootstrap` to the [`theme`](https://select2.github.io/examples.html#themes) option when initializing Select2:
To apply the theme, tell Select2 to do so by passing `bootstrap` to the [`theme`](https://select2.org/appearance#themes) option when initializing Select2:

```js
$( "#dropdown" ).select2({
Expand Down
4 changes: 2 additions & 2 deletions src/build.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables";
@import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins";
@import "~bootstrap-sass/assets/stylesheets/bootstrap/variables";
@import "~bootstrap-sass/assets/stylesheets/bootstrap/mixins";
@import "select2-bootstrap.scss";