1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix with-glamorous example (#2117)

* Fixed all unsupported style properties
This commit is contained in:
Ademola Adegbuyi 2017-05-31 06:56:50 +01:00 committed by Tim Neutkens
parent 25afe27211
commit 18bb8774c7

View file

@ -10,7 +10,7 @@ if (typeof window !== 'undefined') {
}
export default () => {
css.global('html, body', { padding: '3rem 1rem', margin: 0, background: 'papayawhip', 'min-height': '100%', 'font-family': 'Helvetica, Arial, sans-serif', 'font-size': '24px' })
css.global('html, body', { padding: '3rem 1rem', margin: 0, background: 'papayawhip', minHeight: '100%', fontFamily: 'Helvetica, Arial, sans-serif', fontSize: '24px' })
const basicStyles = {
backgroundColor: 'white',