For now, I uninstalled bootstrap from node_module and make the app use a local version of bootstrap-4.6.0 in order to fix the bootstrap contents and migration convenience (especially CSS normalization).
I opened tailwindcssutilities and components modules but base module (CSS normalization) is commented out for now. Later on, I'm going to get tailwindcss normalization (base module) to be used instead of boostrap normalization (Reboot module).
FYI: I think you can skip reviewing files from src/assets/css/bootstrap-4.6.0 as it is an exact copy of boostrap.
@nud3l
bootstrap
fromnode_module
and make the app use a local version ofbootstrap-4.6.0
in order to fix the bootstrap contents and migration convenience (especially CSS normalization).tailwindcss
utilities
andcomponents
modules butbase
module (CSS normalization) is commented out for now. Later on, I'm going to gettailwindcss
normalization (base
module) to be used instead ofboostrap
normalization (Reboot
module).FYI: I think you can skip reviewing files from
src/assets/css/bootstrap-4.6.0
as it is an exact copy ofboostrap
.