styled-system
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "styled-system", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Design system utilities for styled-components, glamorous, and other css-in-js libraries", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -393,3 +393,3 @@ # styled-system | ||
const Box = styled.div` | ||
border-radius: ${theme('radii.small')}; | ||
border-radius: ${theme('radii.small', '4px')}; | ||
` | ||
@@ -396,0 +396,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39710