brunch / postcss-brunch

Adds PostCSS support to brunch
MIT License
53 stars 31 forks source link

updated postcss dep to 8 #66

Closed pshort closed 1 year ago

pshort commented 2 years ago

Trying to get tailwind css work with brunch 4.x.x and postcss-brunch 3.x.x but am getting lots of complaints that postcss-brunch does not bring with it postcss 8. This PR just bumps the post css dep to 8. Ran all local mocha tests and no failures, also tested out on a local test repo and tailwindcss now works well.