generated from betagouv/template-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rollup couldnt find csstree in react-pdf-renderer
- Loading branch information
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
diff --git a/dist/esm/parse.js b/dist/esm/parse.js | ||
index a3c64463f5eba87ca5d51b71f320bcda313eefa2..27ffe750447811a7e54ae376f28107e671d715cc 100644 | ||
--- a/dist/esm/parse.js | ||
+++ b/dist/esm/parse.js | ||
@@ -1,5 +1,5 @@ | ||
import { NodeType, parse, } from 'node-html-parser'; | ||
-import * as cssTree from 'css-tree'; | ||
+import cssTree from 'css-tree'; | ||
const { generate, parse: cssParse } = cssTree; | ||
import supportedStyles from './supportedStyles.js'; | ||
import camelize from './camelize.js'; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.