unquote函数返回值问题?
.test5 { $content : unquote('"Hello Sass!"'); content: unquote($content); }
unquote返回值不是字符串么,为什么上述代码运行结果是
.test5 {
content: "Hello Sass!"; }
.test5 { $content : unquote('"Hello Sass!"'); content: unquote($content); }
unquote返回值不是字符串么,为什么上述代码运行结果是
.test5 {
content: "Hello Sass!"; }
2017-05-23
举报