I tried to do this myself, but found whole repo to be a bit overwhelming and I probably left some crucial bits out or removed ones that should now be removed.
Hence the question:
How can I safely remove everything associated to bootstrap, font awesome and less from the project?
@IljaDaderko
1) Modify webpack/webpack-isomorphic-tools.js to remove all bootstrap & fontawesome configs
2) Modify src/helpers/Html.js to remove bootstrap configs
If you like,
then remove bootstrap config files under the theme folder; clean up package.json.
Thank you.
Having done this, I believe less is still present in the project
It would be nice if someone could give a more precise step by step way to remove it and exchange, lets say with regular postcss or sass
Most helpful comment
It would be nice if someone could give a more precise step by step way to remove it and exchange, lets say with regular postcss or sass