开发者

A little confusion about SASS which is something comes along with HAML

According to this website. It said that sass will generate css file which is cs开发者_运维百科s3 so,here is my concern,what if the browser is not compatible with css3 file. can I generate css2 file?


SASS is simply an alternative syntax for writing CSS which is then compiled into the standard CSS syntax. This means that your output CSS file will only contain CSS3 properties if you decide to use those properties in your SASS file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜