Semantic-UI-Meteor
Semantic-UI-Meteor copied to clipboard
Customizing and overriding.
I want to overwrite stylings, and write now I have made my own style.less which imports my custom xxx.import.less files.
I am extending the semantic classes with my custom class, (ie. .ui.button.custom-class) and for my .custom-class, I end up having to add !important to most of my changes.
Is there a more convenient way of having my own custom declarations instead of going to, for example menu.overrides ?