質問編集履歴

2

コードの間違い

2020/06/15 22:27

投稿

965
965

スコア14

test CHANGED
File without changes
test CHANGED
@@ -78,7 +78,7 @@
78
78
 
79
79
  ```
80
80
 
81
- ```Sass
81
+ ```Scss
82
82
 
83
83
  @mixin container {
84
84
 

1

コードの間違い

2020/06/15 22:27

投稿

965
965

スコア14

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
  header {
98
98
 
99
- @mixin container;
99
+ @include container;
100
100
 
101
101
  }
102
102
 
@@ -104,7 +104,7 @@
104
104
 
105
105
  .top-wrapper {
106
106
 
107
- @mixin container;
107
+ @include container;
108
108
 
109
109
  }
110
110
 
@@ -112,7 +112,7 @@
112
112
 
113
113
  footer {
114
114
 
115
- @mixin container;
115
+ @include container;
116
116
 
117
117
  }
118
118