Closed markdalgleish closed 1 year ago
Tests are currently failing because autoprefixer is configured in postcss.config.js but it's missing from the project's dependencies.
autoprefixer
postcss.config.js
I also created a PR to fix this (see #147) 🙈
@MichaelDeBoey Oops, sorry I missed that.
@markdalgleish No prob, it's fixed now, that's the important thing 😉
Tests are currently failing because
autoprefixer
is configured inpostcss.config.js
but it's missing from the project's dependencies.