wordpress-bootstrap icon indicating copy to clipboard operation
wordpress-bootstrap copied to clipboard

Bootstrap SASS support

Open rustanacexd opened this issue 9 years ago • 1 comments

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

rustanacexd avatar Sep 04 '14 19:09 rustanacexd

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?

Hlsgs avatar Nov 11 '14 10:11 Hlsgs