-
Notifications
You must be signed in to change notification settings - Fork 22
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
support latest 3.x #19
Comments
Use custom configuration. |
I am using custom configuration. But the bootstrap-styles.loader.js is not importing the responsive-embed styles because it is not listed in the
|
For what it's worth, a workaround is to just add the import statement in your bootstrap.config.less // File: bootstrap.config.less |
@ivanchoo , you just completely saved me, thank you so much. I had thought that the addition of 'responsive-utilities' in the bootstrap.config.js would include the responsive-embed functionality without the explicit addition to the bootstrap.config.less file. |
Trying to import the
responsive-embed
less styles (available since 3.1.0), I noticed it's not listed to thebootstrap-styles.loader.js
.Any chance it could be added?
The text was updated successfully, but these errors were encountered: