App下载

Sass在线转CSS

在线编译

编辑您的SCSS代码:

$nav-color: #F90;
nav {
  $width: 100px;
  width: $width;
  color: $nav-color;
}

转CSS结果: