From a418b35e9876d351b81c31f0bb87820030619ffd Mon Sep 17 00:00:00 2001 From: Robin Frischmann Date: Wed, 25 Jan 2017 13:13:34 +0100 Subject: [PATCH] Added Fela Example to the CSS-in-JS
in README (#878) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5de7d7c1..9e54bdcc 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,10 @@ export default () => ( #### CSS-in-JS

- Examples - + + Examples + +

It's possible to use any existing CSS-in-JS solution. The simplest one is inline styles: