Utilizing third-party library components in my project. The library includes components that come with predefined styles for mobile devices.
I am seeking to completely UPDATE these properties within my own code. When I say "update," I mean removing all the properties specified for
@media only screen and (max-width: 767px)
.
Is there a way to remove all of these properties simultaneously?