Does gatsby-plugin-postcss-sass run PostCSS before running Sass?
If so, this is causing issues in cases where Sass needs to run first (e.g. when using Tailwind and Sass together). See this issue for an example.
Any chance of updating this plugin to run Sass before PostCSS? I imagine this is generally the desired behavior.