Error: Invalid CSS after " background: #f36": expected "{", was ""
on line 5 of ./6374/84JC/index.scss
Use --trace for backtrace.
on line 5 of ./6374/84JC/index.scss
Use --trace for backtrace.
2015-05-23
//welcome to imooc learn Sass
$width:200px;
$height:300px;
body{
width:$width;
height:$height;
}
$width:200px;
$height:300px;
body{
width:$width;
height:$height;
}
2015-05-22