質問編集履歴

2

誤字を修正しました。

2019/08/14 22:51

投稿

taam
taam

スコア2

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ここに質問の内容を詳しく書いてください。
6
6
 
7
- (例)railsのデザインにてbootstrapを用いています。
7
+ railsのデザインにてbootstrapを用いています。
8
8
 
9
9
  デザインのカスタマイズをしたくbootstrap-sprocketsを入れたいのですが、
10
10
 

1

誤字修正

2019/08/14 22:51

投稿

taam
taam

スコア2

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,11 @@
8
8
 
9
9
  デザインのカスタマイズをしたくbootstrap-sprocketsを入れたいのですが、
10
10
 
11
+ application.scssに@import "bootstrap-sprockets";を記載したら
12
+
11
13
  以下のエラーメッセージが発生しました。
14
+
15
+
12
16
 
13
17
 
14
18
 
@@ -76,6 +80,36 @@
76
80
 
77
81
  ```ここに言語名を入力
78
82
 
83
+ /*
84
+
85
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
86
+
87
+ * listed below.
88
+
89
+ *
90
+
91
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
92
+
93
+ * vendor/assets/stylesheets directory can be referenced here using a relative path.
94
+
95
+ *
96
+
97
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
98
+
99
+ * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
100
+
101
+ * files in this directory. Styles in this file should be added after the last require_* statement.
102
+
103
+ * It is generally better to create a new file per style scope.
104
+
105
+ *
106
+
107
+
108
+
109
+ */
110
+
111
+
112
+
79
113
  @import "bootstrap-sprockets";
80
114
 
81
115
  @import "bootstrap";