(Wed) SCSS in asp.net

  1.   install sassandcoffee in Nuget
  2.          sayno when prompt to ask a question.
  3.     changes the file from css to scss

      

$mainColor: Black;

/* Basics */
html
{
  font-family: 'Open Sans', verdana, helvetica, sans-serif;
  font-size: 14px + 10px;
}
body
{
  background: $mainColor;
}
h1
{
  font-size: 24px;
}

  

    font-size can be have addition.

    color can be call 

posted @ 2014-03-06 11:13  MC_ED  阅读(265)  评论(0编辑  收藏  举报