-
Notifications
You must be signed in to change notification settings - Fork 37
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
Resultions for sanitize.css #506
Comments
Hi @luboskmetko, I have added the sanitize.css to the resolutions you can see in this PR. There is one problem, it will create a problem for ppl who are not using yarn because npm doesn't support "resolutions". In the new version of Postcss-normalizer, they have solved the issue. As I remember, we need to have postcss version 8 for the update. In the update-dep(#500) task, I've updated that, and this problem will be resolved when we merge the update 🙂 |
@edenizk could you create a issue in postcss-normlize asking to backport the fix to v9 csstools/postcss-normalize#60 ? |
@jakub300, I think this is a related issue csstools/postcss-normalize#62 |
Hi all, I created @jakub300/postcss-normalize that should work fine and released new chisel version ([email protected]) |
package.json needs
"resolutions": {
"sanitize.css": "12.0.1"
},
The text was updated successfully, but these errors were encountered: