A simple and extensible framework for ESP32 based IoT projects with a feature-rich, beautiful, and responsive front-end build with Sveltekit, Tailwind CSS and DaisyUI. This is a project template to get you started in no time with a fully integrated build chain.
This isn't so much an issue, but something I wanted to share here.
Longer story short, I was having a hard time getting the
postcss-remove-class
plugin to work with the waypostcss.config.cjs
was defined.This ESM approach worked better for me (renamed as
postcss.config.js
):There may be a solution using the previous format of the file, but I wasn't finding the approach very intuitive 🤷