I am using a 3rd party Library components in my project. The library provides components that has some styling defined for mobile devices.
I want to OVERRIDE those all properties in my code.
By "override" I mean I want to remove all the properties that are defined for @media only screen and (max-width: 767px)
.
How can I remove all those properties at once?