This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*For tailwind*/ | |
*, | |
*::before, | |
*::after { | |
position: relative; /* make absolutely positioned elements relative to their parent by default */ | |
margin: 0; | |
min-width: 0; /* prevent flex items from overflowing horizontally */ | |
min-height: 0; /* prevent flex items from overflowing vertically */ | |
padding: 0; | |
border-radius: 0; |