Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const styles = {
'@global': {
html: {
height: '100%',
},
body: {
height: '100%',
margin: 0,
},
},
}
const jss = create()
jss.use(
functions(),
isolate({
reset: [
'inherit',
{
fontFamily:
'"Proxima Nova", "Helvetica Neue", Arial, Helvetica, sans-serif',
},
],
}),
global(),
extend(),
nested(),
camel(),
unit(),
expand(),
)