Hi
I've created my own theme following the docs so that I will be able to run updates without worrying about overwriting my changes. However I want to make changes to a plugin's css - specifically the language selector - is there a way to bring the plugin css file into my theme and overwrite that way? Or possibly a way to change/overwrite the classes in the plugin's twig file with my own?
I know I could overwrite individual changes with !important etc but in this case I wanted to drop the whole css file and only use my own while still being able to update the plugin without doing lots of code checks afterwards