I tried to install Tailwindcss 2.x on the nuxtJS boilerplate from NetlifyCMS, but on dev build, i've got this error: Module build failed (from ./node_modules/css-loader/dist/cjs.js): CssSyntaxError (3:18) Expected an opening square bracket.
I'm thinking that the error appear only when purgeCSS is not triggered, because there is no problem on production build.
I tried with tailwindcss 1.9 but there is no problems.