Tailwind Browserslist在Macos Bigsur Safari浏览器版本14.1中不工作
在Safari Bigsur浏览器版本14.1中,我遇到了着陆页问题,
有些类别从tailwind中添加了
我添加了AutopRefixer和browserslist,但是仍然没有其他
"name": "01",
"version": "1.0.0",
"description": "",
"main": "index.js",
"browserslist": [
"Chrome > 61",
"Edge > 16",
"Firefox > 60",
"Safari > 10.1"
],
"dependencies": {
"browserslist": "^4.20.4",
"i18next": "^21.8.3",
"swiper": "^8.1.4"
}
任何方法,所以Tailwind可以在所有浏览器中支持吗?
I have landing page issue when opening in Safari BigSur browser version 14.1
there are some classes from tailwind that don't work
I've added autoprefixer and browserslist but still no change
"name": "01",
"version": "1.0.0",
"description": "",
"main": "index.js",
"browserslist": [
"Chrome > 61",
"Edge > 16",
"Firefox > 60",
"Safari > 10.1"
],
"dependencies": {
"browserslist": "^4.20.4",
"i18next": "^21.8.3",
"swiper": "^8.1.4"
}
is there any other way so tailwind can support in all browsers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论