csstools / postcss-normalize

Use the parts of normalize.css (or sanitize.css) you need from your browserslist
Creative Commons Zero v1.0 Universal
816 stars 40 forks source link

Pin `sanitize.css` to `12.x` versioning #59

Closed 10hendersonm closed 2 years ago

10hendersonm commented 2 years ago

closes #58

This PR prevents sanitize.css from auto-upgrading to 13.0.0, which removes the page.css file leveraged in src/lib/cssMap.js.

Prior to this morning, this would have installed sanitize.css@12.0.1, so I've chosen a careted version of that to grab any 12.x features or fixes that may yet land there.

jonathantneal commented 2 years ago

I’ve picked the fix in #60, since the web will be better off moving to :where. It’s being upgraded at this moment.