csstools / sanitize.css

A best-practices CSS foundation
https://csstools.github.io/sanitize.css
Creative Commons Zero v1.0 Universal
5.21k stars 314 forks source link

Other npm packages have references pages.css #225

Open LQ0611 opened 3 years ago

LQ0611 commented 3 years ago

I encountered a problem:when i used other other npm packages ,and it have references sanitize.css/pages.css ,when i 'yarn' , and install 13.0.0, but cannot find module ‘sanitize.css/page.css’

LQ0611 commented 3 years ago

When updating, is it compatible with previous versions

yoyo837 commented 3 years ago

MAJOR is not compatible, very normal.

stheine commented 3 years ago

An issue is here in postcss-normalize, where they did not bind the include to a specific or even major version: https://github.com/csstools/postcss-normalize/issues/58

KutnerUri commented 3 years ago

yup this just broke my package because of the indirect dependency through postcss-normalize. :(

madhu5428 commented 2 years ago

I encountered a problem:when i used other other npm packages ,and it have references sanitize.css/pages.css ,when i 'yarn' , and install 13.0.0, but cannot find module ‘sanitize.css/page.css’

Do you know how to resolve it by using npm?