How to use custom sass bootstrap together with YII

I want to customize bootstrap myself via sass.
How do you guys do that? Do you customize the sass in a different project and copy the css and js files to your yii project?
Didn’t find any tips about this.

You can use sass with Yii directly. See Application Structure: Assets | The Definitive Guide to Yii 2.0 | Yii PHP Framework

1 Like