$var : "value"; /* multiline comments #{$var} */
<html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>SASS多行注釋 - www.yiibai.com</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<h1>Welcome to YiiBai</h1>
<p>This is an example for Interpolation in SASS.</p>
</body>
</html>
接下來,創(chuàng)建文件 style.scss.
$version: "7.8"; /* Framework version for the generated CSS is #{$version}. */
sass --watch C:\Ruby22-x64\style.scss:style.css
/* Framework version for the generated CSS is 7.8. */