本文介绍了非RoR / Ruby项目上的罗盘引导程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在研究以下两个罗盘引导插件:
I was looking into the following two bootstrap plugins for compass:
是吗可以在非RoR / Ruby项目上设置这两个罗盘插件之一吗?
Is it possible to setup one of this two compass plugins on a non RoR/Ruby project?
推荐答案
是的,对于他们两个。确保安装gems并将其导入到您的scss或sass文件中。
Yes it is, for both of them. Make sure to install the gems and import them as described to your scss- or sass-files.
当您运行指南针手表
或指南针编译
时您的项目文件夹,它将照常编译您的代码。
When you run compass watch
or compass compile
in your project folder it will compile your code as usual.
这篇关于非RoR / Ruby项目上的罗盘引导程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!