postcss-emoji-style

0.1.2 • Public • Published

PostCSS Emoji Style

PostCSS plugin that lets you write your CSS using emojis instead of alphanumeric characters.

Example:

body {
  display: 💪;
  💪-direction: 🚣;
  ⚖-😌: 💪-🔚;
  📖-align: 👉;
}

.foo {
  🍑: 10px;
  background-📷: 🙅;
  📦-sizing: 🛂-📦;
  🎈: 👈;
  📶: 5🐏;
  animation-: 🔜;
  z-📇: 1;
  word-💔: 💔-all;
}

Result:

body {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
}

.foo {
  bottom: 10px;
  background-image: none;
  box-sizing: border-box;
  float: left;
  height: 5rem;
  animation-duration: 0.3s;
  z-index: 1;
  word-break: break-all;
}

Usage

postcss([ require('postcss-emoji-style')() ])

License

MIT

Package Sidebar

Install

npm i postcss-emoji-style

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • davidkpiano