css-modules / postcss-modules-resolve-imports

Resolves ICSS imports
MIT License
9 stars 6 forks source link

fix: Limit postcss peerDependency version to ^5.0.0 #17

Closed rkostrzewski closed 7 years ago

rkostrzewski commented 7 years ago

Doesn't work with postcss >= 6. Also tests fail with postcss@6.0.1

This causes errors when postcss-modules-resolve-imports is somewhere in the dependency chain and yarn is used to install packages.

mightyaleksey commented 7 years ago

published version 1.1.2.

thank you :)

rkostrzewski commented 7 years ago

Thanks - build is saved :smile: