Sass 學習雜記 - Part 5. 函式與運算

Sass

Part 5. 函式與運算

在 Sass 中,除了上一章所提到的三大基本觀念外,Sass 提供許多 函式 (Functions)運算 (Operations) 讓原本 CSS 撰寫起來更佳便利。在運算部分,Sass 內建「計算能力」,能處理「加、減、乘、除」的語法,對於排版有很大的幫助。此外,


5.1 函式 (Functions)

Sass/SCSS 中支援許多新的函式,增強原本 CSS 不足的部分。

5.1.1 字串函式 (String Functions)

5.1.3 數學函示 (Math Functions)

補充

5.1.2 顏色函式 (Color Functions)

補充


5.2 數學運算


5.3 樣式控管

5.3.1 nth($list, $index)index($list, $value)


References


【Sass 學習雜記】系列

如果你有任何建議與指教,歡迎於下方留言一起討論喔!

profile-image
David Lu
Hello, I'm David Lu. I am a graduate student in Department of Computer Science at National Chiao Tung University, Taiwan. I am in the Networking and Sensing Systems (NSS) Lab at NCTU. If you have any question, please feel free to contact with me.
comments powered by Disqus