bulma-rails icon indicating copy to clipboard operation
bulma-rails copied to clipboard

installation instructions don't work..

Open MaTsou opened this issue 2 years ago • 2 comments

I followed instructions : modify Gemfile and then run bundle..

But bulma-rails get installed in my ~/.rbenv/versions/... folder and my app/assets/stylesheets/ folder stay as it was before installation.

So what am I missing ?

Thanks for helping me

MaTsou avatar Jun 26 '22 19:06 MaTsou

I know this is old,but you need to make sure application.css has been renamed to application.scss. Also in that file, you should have @import "bulma"; which I think is in the docs.

abepetrillo avatar Dec 23 '22 23:12 abepetrillo

Problem solved. Thanks.

Le samedi 24 décembre 2022 00:03:03 (+01:00), Abraham Petrillo a écrit :

I know this is old,but you need to make sure application.css has been renamed to application.scss. Also in that file, you should have @import "bulma"; which I think is in the docs.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

-- Message envoyé avec Vivaldi Mail. Téléchargez Vivaldi gratuitement sur vivaldi.com

MaTsou avatar Dec 24 '22 14:12 MaTsou