Overwriting does not work properly with option `-i` of BSD sed (on MacOS). I think adding option `-e` will give the desired behavior. ```sh sed -i -e 's/;unicode-bidi:bidi-override//g' base.min.css ```
Overwriting does not work properly with option
-iof BSD sed (on MacOS).I think adding option
-ewill give the desired behavior.sed -i -e 's/;unicode-bidi:bidi-override//g' base.min.css