Closed vincentfretin closed 2 years ago
tailwind css includes base.css that reset some default browser css, like this one:
*, ::before, ::after {
box-sizing: border-box;
}
Thanks!
Thanks for merging. I didn't make this PR a draft PR? I'll create a second PR when I can spend time to look for the remaining issues I noted.
Specify default css properties on some elements to fix style issues when using the inspector in a site that has tailwind base.css or bootstrap reset styles.
Before:
After:
Remaining fixes to do:
<a-entity