kylpo / emotion

⚡️ The Next Generation of CSS-in-JS

Home Page:https://emotion.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emotion
emotion

The Next Generation of CSS-in-JS

npm version Build Status codecov gzip size size slack

emotion is a high performance, lightweight css-in-js library. The core idea comes from Sunil Pai’s glam library and its philosophy is laid out here. The basic idea is simple. You shouldn’t have to sacrifice runtime performance for good developer experience when writing CSS. emotion minimizes the runtime cost of css-in-js dramatically by parsing your styles with PostCSS during compilation instead of at runtime.

-- Introduction Article

About

⚡️ The Next Generation of CSS-in-JS

https://emotion.sh/

License:MIT License


Languages

Language:JavaScript 95.2%Language:CSS 4.4%Language:HTML 0.4%