Hi,
I've started working on a new theme from scratch to get rid off that good old overused Bootstrap. By doing this I also wanted to see how NodeBB is intricated with Bootstrap.
So I started by making a copy of the Vanilla theme, changed some stuff in the .json
files to differentiate it and remove everything in less
.
Using this "No-CSS" theme, the website is obviously unusable and a lot of things have strange random hover behaviour.
Now I'm attempting to make a clean No-CSS website to be able to apply CSS on it later. I'm planning to use the pure awesomeness which the recently released Semantic UI is, so I'll have that in mind while creating the website templates.
Basically I'm not really creating the templates, I'm just rewriting them, removing all Bootstrap classes and trying to clean it a bit.
Here are my various questions:
- Does such a No-CSS theme already exist?
- Is there some easy way to remove Bootstrap?
- Do I have to care about some Javascript somewhere?
- Do you have any other comments on what you just read?
Now, here's the first problem I encounter:
I don't know where this less variable (which I removed with everything else) is used. Any advice on where I could find it?
EDIT: Another question, where would be the best places to but the semantic-ui css and js files?