Skip to content

πŸ‘©β€πŸŽ€ CSS-in-JS library designed for high performance style composition

License

Notifications You must be signed in to change notification settings

emotion-js/emotion

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

176c7e3 Β· Aug 5, 2017
Jun 29, 2017
Aug 5, 2017
Aug 5, 2017
Jul 16, 2017
Aug 5, 2017
Aug 5, 2017
Aug 4, 2017
Aug 5, 2017
Jun 25, 2017
Jul 7, 2017
Jul 27, 2017
Jul 1, 2017
May 27, 2017
May 27, 2017
Aug 4, 2017
Jun 22, 2017
Jul 10, 2017
Jul 16, 2017
Aug 5, 2017
Aug 4, 2017
Jun 28, 2017

Repository files navigation

emotion

emotion

The Next Generation of CSS-in-JS

npm version Build Status codecov core gzip size core size react gzip size react 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