The style linter invoked via npm run lint currently emits the following warning:
Running "stylelint:all" (stylelint) task >> resources/experiments/shareHighlight/styles/app.less >> 18:1 ⚠ Unexpected browser feature "css-has" is not supported by Edge 79-81,83-104, Firefox 49-120, Chrome 49-81,83-104, Safari 10-15,10.1,11.1,12.1,13.1,14.1,15.1,15.2-15.3, Safari on iOS plugin/no-unsupported-browser-features
https://caniuse.com/css-has says that Safari & other browsers on iOS <15.4 don't support the feature.
The reported global usage is 0.35%.
Acceptance criteria
- Check if the feature is supported end exclude from the experiment accordingly