Bootstrap instead of blueprint

How do I go about replacing blueprint with any other css framework? I couldn’t find any detailed tutorial on this that a beginner like me could use. To be specific, I want to use bootstrap instead of blueprint. How do I set it up?

in the layout file ( usually /protected/views/layouts/main.php) remove the blueprint styles and add the bootstrap styles

There exists two extensions:

  • bootstrap

  • yii-bootstrap

What if extensions are not maintained anymore, as it often happens.

A tutorial showing how to integrate twitter bootstrap step by step would be better and more stable in my opinion.