質問編集履歴

1

Sassのコード修正(セミコロン削除)

2017/11/02 12:31

投稿

syumai
syumai

スコア83

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  ```sass
42
42
 
43
- $sizes: (picture-01-width: 12px, picture-01-height: 20px, picture-02-width: 12px, picture-02-height: 20px);
43
+ $sizes: (picture-01-width: 12px, picture-01-height: 20px, picture-02-width: 12px, picture-02-height: 20px)
44
44
 
45
45
  ```
46
46