Purge unused css vars in :root

We are building a Radicle (v1.4.0) based website at this moment, with:

  • Tailwind
  • SCSS
  • Typescript

We noticed that there are multiple unused CSS vars generated on the :root selector. Is there a way to purge these as well?