-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug when using Bootstrap 4 sass - scss file integration with the switch #715
Comments
still broke |
same here ... |
@nicolasmartin86 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I've tried using the bootstrap switch scss file "src/sass/bootstrap4/bootstrap-switch.scss"
The 2 lines of @import at the beginning of the file can't be fetched.
It works when I comment them, the switch appears correctly.
I don't see where those imports are necessary and being used. Could we release them commented?
Line 14 and 15
@import "../bootstrap-4.2.1/functions";
@import "../bootstrap-4.2.1/variables";
Maybe I didn't import correctly bootstrap, do I need a specific config?
Thanks a lot
Nicolas
The text was updated successfully, but these errors were encountered: