Is there a reliable method for integrating a third-party CSS file obtained from an external source into my own LESS compile structure without making many changes to it? I anticipate that the external CSS file may be updated periodically, so I would prefer to keep my modifications to a minimum and somehow incorporate it into my local compiled CSS.
For instance, if my stylesheet defines the button class as "k-button" but the external CSS file defines it as just "button," is there a way to align the names while keeping them distinct from each other?