spmjs / spm

Brand new static package manager.
http://spmjs.io
Other
903 stars 180 forks source link

css 中怎么引入 bootstrap,font-awesom,这类库呢? #1404

Closed honger05 closed 8 years ago

honger05 commented 8 years ago
@import '~font-awesome';

这种都要报错。

另外, spm 中没有 bootstrap 的 css 模块啊。

如何引用这类库呢 ?

soda-x commented 8 years ago

一般 写法就会是 js中 require('moduleA'), 或在 项目 less 里面 @import (css) '~moduleA/path/to/css’