未验证 提交 09b2a66f 编写于 作者: S S M Mahmudul Hasan 提交者: GitHub

Tailwind config: also look for .tsx .jsx and .ts (#14621)

Closes: #14595
上级 61b68730
module.exports = { module.exports = {
purge: ['./components/**/*.js', './pages/**/*.js'], purge: ['./components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}'],
theme: { theme: {
extend: {}, extend: {},
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册