xlang 提供一种 html 中内嵌异构语言的一种能力。
比如使用 less.
<style type="text/x-less">
body {
h1 {
color: red;
}
}
</style>
此 demo 演示了如何使用 sass 和 coffescript,更多细节请参考源码。
-
fis-parser-sass
-
fis-parser-coffee-script
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
xlang 提供一种 html 中内嵌异构语言的一种能力。
比如使用 less.
<style type="text/x-less">
body {
h1 {
color: red;
}
}
</style>
此 demo 演示了如何使用 sass 和 coffescript,更多细节请参考源码。
fis-parser-sass
fis-parser-coffee-script