From 03db7d78a654b8832ff5bf7f463a1fe846a1812c Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sun, 13 Nov 2016 08:50:10 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 347d32cb..4619ca91 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Glamor's [HowTo](https://github.com/threepointone/glamor/blob/master/docs/howto. ```jsx import React from 'react' -import css, {insertRule} from 'next/css' +import css from 'next/css' export default () => (
@@ -75,9 +75,6 @@ export default () => (
) -// Global CSS rule -insertRule("html, body { margin: 0; padding: 0; }") - const style = css({ background: 'red', ':hover': {