Tailwindcss
tailwindcss 一直不生效 使用如下配置 /** @type {import('tailwindcss').Config} */ export default { content: ['./index.html', './src/**/*.{html, ts, tsx}'], theme: { extend: {}, }, plugins: [], corePlugins: { preflight: false, }, }; 搜了半天,也没找到原因,结果发现是多了个空格 {html,ts,tsx} 逗号后面不能加空格,ᕙ(⇀‸↼‶)ᕗ