質問編集履歴
4
s
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
3
d
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Bootstrap導入でエラー
|
1
|
+
Bootstrap導入かSass導入でエラー
|
test
CHANGED
File without changes
|
2
r
test
CHANGED
File without changes
|
test
CHANGED
@@ -185,3 +185,5 @@
|
|
185
185
|
gem 'sass-rails', '5.0.7'
|
186
186
|
|
187
187
|
```
|
188
|
+
|
189
|
+
ファイル名application.scssをapplication.cssに変えるとエラーは無くなります
|
1
f
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
以下の方法でrailsアプリにBootstrapを導入しようとしているのですが、stylesheet_link_tagでエラーが起きてしまいます
|
1
|
+
以下の方法でrailsアプリにBootstrapを導入しようとしているのですが、stylesheet_link_tagでエラーが起きてしまいます。情報が少なく完璧な回答でなくても良いので、気になるような点がありましたら教えていただきたいです。
|
2
2
|
|
3
3
|
[導入手順](https://qiita.com/NaokiIshimura/items/c8db09daefff5c11dadf)
|
4
4
|
|