2

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?

Documentation

saadlulu
  • 1,375
  • 2
  • 26
  • 38

1 Answers1

2

You need to wrap your line with

/* *= require bootstrap-datepicker3 */

Basel
  • 71
  • 3