質問編集履歴

3

思いついたこと

2020/02/10 07:55

投稿

makox0105
makox0105

スコア65

test CHANGED
File without changes
test CHANGED
@@ -29,3 +29,7 @@
29
29
  Undefined variable: "$headings-font-family".
30
30
 
31
31
  ```
32
+
33
+
34
+
35
+ ちょっと思ったのですが、ひょっとするとBootstrap3でやってるのですが、bootstrap4でないとダメなものがあるとかでしょうか?

2

エラー表示を追加

2020/02/10 07:55

投稿

makox0105
makox0105

スコア65

test CHANGED
File without changes
test CHANGED
@@ -18,4 +18,14 @@
18
18
 
19
19
  ■ 試したこと
20
20
 
21
- 仮にstylesheetsの下にbootswatchフォルダを作成し、サイトからダウンロードした_bootswatch.scssと_variables.scssを入れて試してみましたが、表示されせんでした
21
+ 仮にstylesheetsの下にbootswatchフォルダを作成し、サイトからダウンロードした_bootswatch.scssと_variables.scssを入れて試してみましたが、以下のようなエラーが出
22
+
23
+ ```
24
+
25
+ Showing C:/rails/middle/app/views/layouts/application.html.erb where line #15 raised:
26
+
27
+
28
+
29
+ Undefined variable: "$headings-font-family".
30
+
31
+ ```

1

試したことを追加

2020/02/10 05:37

投稿

makox0105
makox0105

スコア65

test CHANGED
File without changes
test CHANGED
@@ -8,10 +8,14 @@
8
8
 
9
9
  @import "bootstrap-sprockets";
10
10
 
11
- @import "bootswatch/spacelab/variables";
11
+ @import "bootswatch/minty/variables";
12
12
 
13
13
  @import "bootstrap";
14
14
 
15
- @import "bootswatch/spacelab/bootswatch";
15
+ @import "bootswatch/minty/bootswatch";
16
16
 
17
17
  ```
18
+
19
+ ■ 試したこと
20
+
21
+ 仮にstylesheetsの下にbootswatchフォルダを作成し、サイトからダウンロードした_bootswatch.scssと_variables.scssを入れて試してみましたが、表示されませんでした。