Reputation: 63
I was looking into the following two bootstrap plugins for compass:
https://github.com/vwall/compass-twitter-bootstrap
https://github.com/hecbuma/compass-bootstrap
Is it possible to setup one of this two compass plugins on a non RoR/Ruby project?
Upvotes: 2
Views: 485
Reputation: 665
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.
Upvotes: 1