2016-04-06, 04:17 PM
I haven't, i'm still tweaking visual layout in order to match it with material design. Regarding bootstrap, or any other CSS framework, i have to take following things into consideration:
1. MyBB 1.8 is built upon HTML structure that is, by current standards, obsolete
2. Most plugins are relying on that html structure (tables !) and rewriting everything is time consuming (tables -> div / ul / span).
3. CSS frameworks are shipped with 8k lines of css code and 4 - 6 k lines of javascript code. If i'm not planning to use everything from that it's pointless to include the whole framework (increased time loading) in a theme.
1. MyBB 1.8 is built upon HTML structure that is, by current standards, obsolete
2. Most plugins are relying on that html structure (tables !) and rewriting everything is time consuming (tables -> div / ul / span).
3. CSS frameworks are shipped with 8k lines of css code and 4 - 6 k lines of javascript code. If i'm not planning to use everything from that it's pointless to include the whole framework (increased time loading) in a theme.