less.js 在 chrome 中不起作用 [英] less.js not working in chrome

查看:36
本文介绍了less.js 在 chrome 中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我注意到 less.js 正在firefox 但在 Chrome 中没有,还是因为我犯了错误?

I noticed that less.js is working in firefox but not in Chrome, or is it because I made an error?

<link rel="stylesheet/less" href="css/style.less" />
<script src="http://lesscss.googlecode.com/files/less-1.0.21.min.js"></script>

@highlight: #cb1e16;
@shade1: #cb1e16;
@tone1: #5c6f7d;
@grad1: #e6edf3;
@grad2: #8a8d92;
@text1: #333e44;

header, footer, section, article, nav, aside { display: block; }

.grad {
  background: @grad2;
  background: -moz-linear-gradient(top, @grad1, @grad2 1200px);
  background: -webkit-gradient(linear, 0 0, 0 1200, from(#e6edf3), to(#8a8d92));
}

html {
  .grad;
  min-height: 100%;
}

即使我尝试 html { background: red;} 它仍然无法在 chrome 中工作我是不是在某处犯了错误?

even if i try html { background: red; } it still does not work in chrome am i making a mistake somewhere?

推荐答案

来自您提供的链接:如果您使用 Chrome 并且页面路径以file:///"是由于已知的 Chrome 问题.

这篇关于less.js 在 chrome 中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆