質問編集履歴

1

application.cssの追加

2021/01/04 07:08

投稿

korogi
korogi

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,8 @@
1
+ ```ここに言語を入力
2
+
3
+ コード
4
+
1
- デプロイしようとたらSassC::SyntaxError: Error: Invalid CSS after "/": expected 1 selector or at-rule, was "/*"
5
+ ```デプロイしようとたらSassC::SyntaxError: Error: Invalid CSS after "/": expected 1 selector or at-rule, was "/*"
2
6
 
3
7
  remote: on line 1:1 of stdin
4
8
 
@@ -568,4 +572,38 @@
568
572
 
569
573
  }
570
574
 
575
+
576
+
577
+ */```ここに言語を入力
578
+
579
+ コード以下appliication.cssです。
580
+
571
- ```
581
+ ```/*
582
+
583
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
584
+
585
+ * listed below.
586
+
587
+ *
588
+
589
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
590
+
591
+ * vendor/assets/stylesheets directory can be referenced here using a relative path.
592
+
593
+ *
594
+
595
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
596
+
597
+ * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
598
+
599
+ * files in this directory. Styles in this file should be added after the last require_* statement.
600
+
601
+ * It is generally better to create a new file per style scope.
602
+
603
+ *
604
+
605
+ *= require_tree .
606
+
607
+ *= require_self.
608
+
609
+ */