We disable Tailwind's preflight styles in our app but have noticed that this plugin adds them back in, presumably due to the inclusion of @tailwindcss in this file.
Is there a way to only conditionally include that import? Or perhaps this plugin can assume it is already included by the consuming app and make it a sort of peer dependency?