Skip to content

Instantly share code, notes, and snippets.

View Oxicode's full-sized avatar

Christian Quispe H Oxicode

View GitHub Profile
🌞 Morning 1 commits ▏░░░░░░░░░░░░░░░░░░░░ 0.6%
πŸŒ† Daytime 48 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 30.6%
πŸŒƒ Evening 70 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 44.6%
πŸŒ™ Night 38 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 24.2%
@Oxicode
Oxicode / globals.css
Last active June 6, 2022 04:22
Disabling the Tailwind input ring
/* globals.css */
.without-ring {
@apply focus:ring-0 focus:ring-offset-0;
}