Solved
Forum Discussion
PerBonomi
6 years agoBoss
Add your own css either in Stage's style section, or even inline, in the component itself.
Also wanted to mention that if you override a component you can add <@delegate/> in the code. This will leave the oob component in tact and add whatever code you want below it. I use this,for example, to add options to menus.
hpandey
6 years agoAce
Thanks for your reply. I understand your point. But the problem, I am facing to include SCSS code into component code. It breaks at some point, so rendering is not proper. Any Idea on that?