i got this warning as i try to run the npm run build on my React project. I use react 18.2, typeScript 4.7.4, and MDBoostrap 4.2
here the coplete warning:
autoprefixer: Replace transition-property to transition, because Autoprefixer could not support any cases of transition-property and other transition-*
to avoid any error in gitlab i use the CI=false before "build": "react-scripts build", but it's not really a grate solution. Does anyone have any idea how i can avoid this type of error?
(I didn't use any type of transition at this point of my project)