我开始使用 kickstrap (v.2),我想知道如何在手写笔中使用引导程序“未编译”的版本,而不是预编译的主题。有没有办法做到这一点?
我创建了一个新项目$ kickstrap new project
,然后通过bower install bootstrap-stylus
. 然后在assets/css
我改变了@importmain.styl
从
@import "../themes/kickstrap.css"
至
@import "../../bower_components/bootstrap-stylus/stylus/bootstrap
然后,如果我启动kicksrap watch
它会返回一个 ident 错误
TypeError: expected string, ident or literal, but got null:null
但是如果你更正这个,另一个会出现,一遍又一遍......<br>所以我想知道是否有人知道一种通过自己编译引导程序来使用 kickstrap 的方法。