I want to use a lightbox gem such as fancybox or color box. Both gems ask to add this line in the application.css
*= require colorbox-rails
Here's the problem. I only have application.css.scss files. All my css files are scss files. I have import statements in the application.css.scss but no *=require statements. Adding the above line results in the error :
Invalid CSS after "*": expected "{", was "=require colorb..."
Here's the complete application.css.scss
@import "bootstrap";
@import "welcome";
@import "sessions";
@import "users";
*= require colorbox-rails
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…