I created a custom class named Ext.MlButton that extends the Ext.button.Button class. I used the Ext namespace, as i don't use sencha's mvc system for my app.
Now, i would like to apply some styles ONLY to the MlButton class, without it influencing (or being influenced by) the styles of the Ext.button.Button class.
I tried creating a MlButton.scss file inside the sass/var folder of my custom theme, but the styles applied there do not seem to effect my MlButton.
What can i do?