scss四种编译格式
expanded nested compact compressed
if
if not
else
media
sass中的media query可以内嵌在css规则中,在生成css的时候才会被提到样式的最高层。
在嵌套的时候使用sass@at-root指令,被嵌套的内容输出到最高层。
内置type-of(), unitless(), unit()单位判断, not操作符,percentage()百分比,@warn,@error