From 01a59694daa548b088591e8176ceb178466bc6e6 Mon Sep 17 00:00:00 2001 From: Madson Verdi Junior Date: Mon, 8 Jan 2018 18:08:00 -0200 Subject: [PATCH] Update in build.scss update module reference in `@import` --- README.md | 2 +- src/build.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c85bde3..03d5fbe 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ select2-bootstrap-theme only works with Select2 v4.x. Applying the theme require ``` -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({ diff --git a/src/build.scss b/src/build.scss index 68c0007..a231e4e 100755 --- a/src/build.scss +++ b/src/build.scss @@ -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";