After moving on from a live project built with Angular, I revisited the project only to encounter a warning related to Tailwind CSS in my styles. It seems like there is an issue with importing statements conflicting with other rules. Despite attempting various checks and troubleshooting steps, I'm unable to get any output - everything appears blank without Tailwind CSS functioning. If anyone has suggestions or solutions, please share them with me.
./src/styles.css.webpack[javascript/auto]!=!
./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!
./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!
./src/styles.css - Warning: Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning
(213:1) postcss-import: @import must precede all other statements (besides @charset or empty @layer)
I have tried troubleshooting, but the problem persists. Any insights or recommendations would be greatly appreciated.