Components styling dependencies
Unanswered
Australian Freshwater Crocodile posted this in #help-forum
Australian Freshwater CrocodileOP
Quick question: In terms of systems architecture... If I have a component, for example, the TicTacToe game to add to my website. Is it ok if the component's css files depend on the primary color theme variables declared in (@/variables.css) that I have in the root of my project? How do you solve this dependency problem? So that the component doesn't depend on my project, but I can still change its colors for my website?