Skip to content

Instantly share code, notes, and snippets.

View qweered's full-sized avatar
🏠
Working from home

Alexander qweered

🏠
Working from home
View GitHub Profile
/*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;