LoginSignup
0
0

More than 5 years have passed since last update.

Bootstrapでカラーテーマを新しく追加する

Posted at

Bootstrap v4.0.0 でカラーテーマを新しく追加する

既存の命令語のほかにさらに追加する必要があったのでやり方をメモ

  1. _variables.scss の中に下記のように追加
    //テーマの追加
    $theme-colors: map-merge((
      .
      .
      .
      "add-theme":    $primary
    ), $theme-colors);

おわり

ググっても出てこなかったのは簡単すぎるからか。

0
0
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
0