使用scss与离子

时间:2016-12-03 06:16:54

标签: ionic2

我是离子框架的新手。我已经在scss中编写了代码并且它显示了一些错误,我曾尝试克服错误,但我不能。 以下是我的scss代码:

      //colors
       $grey: grey;
      //fonts
      $font_0: Arial;
      $font_1: Helvetica;
      $font_2: sans-serif;
 page-home 
{
 .displayed: ;
}
   .thicker {
   font-size: 20px;
   font-family: $font_0, $font_1, $font_2;
   font-weight: 600;
   text-align: center;
   margin-top: 5px;
     }
 .input-label {
 font-family: $font_0, $font_1, $font_2;
 font-size: 14px;
 text-align: center;
 text-color: $grey;
 }

有没有人帮助我!!!!

0 个答案:

没有答案