edwinuestc的个人博客分享 http://blog.sciencenet.cn/u/edwinuestc

博文

less nodejs unrecoginzed input

已有 3795 次阅读 2014-4-4 10:49 |个人分类:程序调试|系统分类:科研笔记

less nodejs  unrecoginzed input

解决方案参考

http://stackoverflow.com/questions/19553367/less-unrecognized-input-error-when-using-bootstrap


(~".span@{index}") { .span(@index); }

替换为

.span@{index} { .span(@index); }

同样可能存在的问题是

(~".offset@{index}") { .offset(@index); }

替换为

.offset@{index} { .offset(@index); }



https://wap.sciencenet.cn/blog-615874-781971.html

上一篇:博客订阅
下一篇:医疗质量改进-表达知识的概念模型
收藏 IP: 218.80.250.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-26 07:05

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部