pedro.couto
pedro.couto

Reputation: 63

compass-bootstrap on a non RoR/Ruby project?

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

Answers (1)

madr
madr

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

Related Questions