remix-run / grunge-stack

The Remix Stack for deploying to AWS with DynamoDB, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
438 stars 95 forks source link

fix: add missing Autoprefixer dependency #150

Closed markdalgleish closed 1 year ago

markdalgleish commented 1 year ago

Tests are currently failing because autoprefixer is configured in postcss.config.js but it's missing from the project's dependencies.

MichaelDeBoey commented 1 year ago

I also created a PR to fix this (see #147) 🙈

markdalgleish commented 1 year ago

@MichaelDeBoey Oops, sorry I missed that.

MichaelDeBoey commented 1 year ago

@markdalgleish No prob, it's fixed now, that's the important thing 😉