Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add new css parser (postcss) #193

Draft
wants to merge 17 commits into
base: develop
Choose a base branch
from
6 changes: 5 additions & 1 deletion packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^27.0.5",
"ts-node": "^7.0.1",
"tslib": "^1.9.3"
"tslib": "^1.9.3",
"@types/postcss-js": "^4.0.4"
},
"dependencies": {
"postcss": "^8.4.38"
}
}
Loading
Loading