webdevcody / hyroglyphicss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We've worked hard on this project over the past 45 minutes, and it's safe to say we're version 1.x ready (let's ship to prod baby!)

Credits

Original idea was from Coding in Flow

snippet of X post

hyroglyphicss

Style your html using emojis

  • πŸ’ͺ flex
  • πŸ† flex-grow
  • ⭕️ rounded-full
  • πŸ™ˆ hidden
  • and more...

But why?

Tailwind classes often become too large and go off my monitor, but luckily emojis are plentiful and can be used for classes.

Buckle up boys, we've reached peak web development.

How to Use

Install it

npm i hyroglyphicss

import it (yes, like in your global.css file you chad).

// global.css

@import hyroglyphicss

Start using the emojis in your html

  • πŸ’ͺ flex
  • ↔️ flex items-center
  • ↕️ flex flex-col justify-center
  • πŸ™ justify-center
  • πŸ† flex-grow
  • βœ‹ gap-4
  • πŸ–οΈ gap-8
  • πŸ–– gap-12
  • 🎯 items-center
  • ⬜️ bg-gray-50
  • ⬛️ bg-gray-900
  • ⭕️ rounded-full
  • πŸ™ˆ hidden
  • ❢ p-2
  • ❷ p-4
  • ❸ p-8
  • ␣ justify-between
  • πŸ”³ text-gray-900
  • β‘΄ text-sm
  • β‘΅ text-lg
  • β‘Ά text-xl
  • β‘· text-2xl
  • ↕️ flex-col
  • πŸ«™ container
  • β–’ rounded
  • πŸ₯‰ grid grid-cols-3
  • πŸ‘ˆ self-start
  • πŸ‘‰ self-end
  • πŸ‘† self-start
  • πŸ‘‡ justify-self-end
  • πŸ‘ w-full
  • ◻️ text-gray-50

How to Contribute

Don't

This was a joke

About

License:MIT License


Languages

Language:CSS 100.0%