Chris Couchoud
Chris Couchoud
@DerekCrosson I ran into the same issue deploying to Heroku. For now, I just installed the bulma npm module through yarn. Install it and put `*= 'bulma/css/bulma.css'` in your `application.css`
@ndjerrou I had to override some of the default bulma variables in my project and ended up doing an `@import "bulma/bulma"` after the overrides. Maybe give that a try?
Just thought I would mention... I had a similar problem when loading PDFs through a UIWebView instance, but in my case the file just wouldn't load. I noticed that SwipeView...