In rails "and scss" website Im trying to add
*= require bootstrap-datepicker3
in my
app/assets/stylesheets/application.css.scss
but Im getting an error
Invalid CSS after " *": expected "{", was "= require boots..."
So what a *= require?
In rails "and scss" website Im trying to add
*= require bootstrap-datepicker3
in my
app/assets/stylesheets/application.css.scss
but Im getting an error
Invalid CSS after " *": expected "{", was "= require boots..."
So what a *= require?