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:
parent
25afe27211
commit
18bb8774c7
|
@ -10,7 +10,7 @@ if (typeof window !== 'undefined') {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default () => {
|
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 = {
|
const basicStyles = {
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
|
|
Loading…
Reference in a new issue