Sass學習實踐筆記(四)

1、字符串函數 sass: // unquote($string):刪除字符串最外層的一對引號。 .test1 content: unquote('Hello Sass!') .test2 content: unquote("I'm Web Designer") // quote($string):給字符串添加引號。使用quote()函數只能給字符串增長雙引號,並且字符串中間有單引號或者空格時
相關文章
相關標籤/搜索