有時(shí)候確實(shí)需要命令行手工編譯,以下命令備忘
sass xx.sass xx.css --style expanded
常用的幾種編譯風(fēng)格:
- nested:嵌套縮進(jìn)的css代碼,它是默認(rèn)值.
- expanded:沒有縮進(jìn)的、擴(kuò)展的css代碼。
- compact:簡(jiǎn)潔格式的css代碼。
- compressed:壓縮后的css代碼。
常見的sass文件報(bào)錯(cuò)多為下面的,原因是對(duì)齊有問題,使用.sass 文件,請(qǐng)嚴(yán)格對(duì)齊
Error: Inconsistent indentation: 9 spaces were used for indentation, but the rest of the document was indented using 4 spaces.