0
1

More than 1 year has passed since last update.

デザイン用gem(bulma-rails)

Last updated at Posted at 2022-12-12

bulma-railsについて

デザイン用のgemです。
Github↓
https://github.com/joshuajansen/bulma-rails

バージョン

Ruby:2.7.7
Rails:7.0.4

導入方法

Gemfileにgem "bulma-rails"を書き込み、ターミナルでbundle installを行う。

インポートするために、app/assets/stylesheets/application.cssに書き込む。

app/assets/stylesheets/application.css
@import "bulma";

この際、拡張子をcssからscssに変更する。

これで導入完了です。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1