You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section is incorrect in my app. Not sure why or how you get the actual scss into your project since its a link to the other repo. But this section doesn't work
If you are using SCSS, modify your application.css.scss
// import bootstrap-sprockets before bootstrap if using bootstrap >= 3.2
@import 'bootstrap-sprockets';
@import 'bootstrap';
@import 'bootstrap-datetimepicker';
application.scss is now the default.
And @import 'bootstrap-datetimepicker'; should be @import 'bootstrap-datetimepicker.css';
Thanks
The text was updated successfully, but these errors were encountered:
Same problem, but to import bootstrap-datetimepicker.css don't solves the problem for me: the CSS file is not loading really, you can see it in rails log or in the browser console (Chrome).
@bluengreen It is working for you with .css extension? Did you found another solution. Thanks.
This section is incorrect in my app. Not sure why or how you get the actual scss into your project since its a link to the other repo. But this section doesn't work
application.scss is now the default.
And @import 'bootstrap-datetimepicker'; should be
@import 'bootstrap-datetimepicker.css';
Thanks
The text was updated successfully, but these errors were encountered: