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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
I want to add fancybox (https://github.com/fancyapps/fancybox) in my dist stylesheet. I tried doing this by:
bower install --save fancybox
sass: [
],
3. Running
npm run watch
However, its contents are not included in \assets\stylesheet\app.css.
Could you tell me how I'm meant to import 3rd-party css from the bower components folder into my production code?
The text was updated successfully, but these errors were encountered: