@react-pdf/stylesheet
Advanced tools
Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "@react-pdf/stylesheet", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "description": "A styles engine for Node and the browser", | ||
"@react-pdf/fns": "3.0.0", | ||
"@react-pdf/types": "^2.7.0", | ||
"@react-pdf/types": "^2.7.1", | ||
"color-string": "^1.9.1", | ||
@@ -26,0 +26,0 @@ "hsl-to-hex": "^1.0.0", |
@@ -18,3 +18,3 @@ <p align="center"> | ||
```js | ||
const stylesheet = require('@react-pdf/stylesheet'); | ||
import stylesheet from '@react-pdf/stylesheet'; | ||
@@ -21,0 +21,0 @@ const container = { |
21394
Updated@react-pdf/types@^2.7.1