emotion-theming
Advanced tools
Comparing version 8.0.4 to 8.0.7
{ | ||
"name": "emotion-theming", | ||
"version": "8.0.4", | ||
"version": "8.0.7", | ||
"description": "A CSS-in-JS theming solution, inspired by styled-components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -47,3 +47,3 @@ # emotion-theming | ||
height: 100vh; | ||
`; | ||
` | ||
@@ -53,3 +53,3 @@ const Headline = styled.h1` | ||
font: 20px/1.5 sans-serif; | ||
`; | ||
` | ||
@@ -140,3 +140,3 @@ export default Page extends React.Component { | ||
color: ${props => props.theme.color}; // will be blue | ||
`; | ||
` | ||
``` | ||
@@ -143,0 +143,0 @@ |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
54915