(Wed) SCSS in asp.net
- install sassandcoffee in Nuget
- sayno when prompt to ask a question.
- 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
浙公网安备 33010602011771号