Overriding the styles of webix components

It is possible to remove inline CSS from all components and control it via CSS file?

In order to do the above we are giving important tag to every css class property to override the styles but we want avoid the “important” tag. So is there any other way to achieve this.

In some cases important is required for customizing the styles (depending on a use-case), but you can also try to use the Skin Builder to create the main part of your own style.