arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 557 forks source link

Bootstrap SASS support #215

Open rustanacexd opened 10 years ago

rustanacexd commented 10 years ago

Any bootstrap sass support? I see it is using less.

Hlsgs commented 9 years ago

Indeed, it would be great if the theme came thus out of the box. I'm actually adapting it to bootstrap-sass mainly because of libSASS's vastly superior compiling performance. But i'm not quite sure if what i've done is enough. Is adding bootstrap-sass-official in bower, renaming less files to scss + updating paths and replacing in comments.scss and widgets.scss all rules with the format ".btn;" with "@extend .btn;" enough?(I am new to preprocessors) Or will theme functionality break? Btw, I've actually created two separate Grunfile.js' witch are interchangeable and use either less or sass.

I guess what it boils down to is if this theme is ready to have its bower components updated. Correct?