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?