V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
sapherise
V2EX  ›  问与答

LESS里引入javascript就无法使用了!

  •  
  •   sapherise · 2013-04-21 01:16:53 +08:00 · 2856 次点击
    这是一个创建于 4037 天前的主题,其中的信息可能已经有所发展或是发生改变。
    楼主在<head>里是这么写的

    <link href="css.css" rel="stylesheet/less" type="text/css" />
    <script type="text/javascript" src="http://nian.so/less.js"></script>

    然后css.css里这么写


    @height: `document.body.clientHeight`;
    .logo{
    height:@height;
    }

    CSS就无法载入了……去掉javascript的话又能正常运作,求思路……
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2026 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 16:19 · PVG 00:19 · LAX 09:19 · JFK 12:19
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.