Hello,
i am using an admin theme in my backend which uses Bootstrap 3.0 css (used as main layout). while i have the yiistrap extension installed which uses bootstrap 2 css files(for my grids and other widgets), now if i use both at the same time, every thing breaks (usually theme), it is obviously because both versions are used, and one overrides the css of another.
i need to know if there is a way where i can differentiate both css, or render one after another is some way? or would i have to make my own template/theme using yiistrap files?