Skip to content

Latest commit

 

History

History

use-xlang

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

use xlang

xlang 提供一种 html 中内嵌异构语言的一种能力。

比如使用 less.

<style type="text/x-less">
  body {
    h1 {
      color: red;
    }
  }
</style>

此 demo 演示了如何使用 sass 和 coffescript,更多细节请参考源码。

about plugin