当我使用时:
<style rel="stylesheet/less" type="text/css"> ... </style>
在intellij中,我收到很多错误。好像它没有识别出这种语法。我正在为此标记使用html文件。
答案 0 :(得分:2)
以下代码适用于我
<style type="text/less">
</style>
但是,附加的less文件没有看到变量
<link rel="stylesheet/less" type="text/less" href="index.less" />
<script>
less={globalVars: {'color_root': '#fff'}
};
</script>
<script src="less.js" type="text/javascript"></script>