Anyone know how to get composes working in gatsby css modules. I've tried using.
.dog {
composes: dog from "styles/common.scss"
}
I get this error.
Your current PostCSS version is 5.2.18, but postcss-nesting uses 6.0.23. Perhaps this is the source of the error below.
I've tried installing postcss-nesting But that doesn't seem to stop the above error in gatsby