i noticed that the css classes used in this project are not prefixed, and may conflict with the ones used in popular frameworks like bootstrap or vuetify.
Example of these are info and error.
It's a good practice to prefix css classes so that they don't conflict.
Hi,
i noticed that the css classes used in this project are not prefixed, and may conflict with the ones used in popular frameworks like bootstrap or vuetify.
Example of these are
info
anderror
.It's a good practice to prefix css classes so that they don't conflict.