// var a = 1; /*sasa*/ // @import url(rest.css); @import './rest.scss'; $aa: #f00; $bb: 40; $cc:lighter !default; h1 { color: $aa; font-size: $bb + px; font-weight: $cc; $ab:800 !global; } p { color: $aa; font-weight: $ab; } .main { ul { list-style: none; li { &:first-child a { color: #ff0; } a { text-decoration: none; // font-size: 30px; // font-weight: bold; font: { size: 25px; weight: bold; } &:hover { color: $aa; } } // a:hover {} } } } // ul li:first-child a { // color: #ff0; // }