I'm creating some custom modules on PyroCMS, and the problem is, that the default design that is inherited from global.css and other default design css files really messes with my new design and makes it harder to create a design for my custom modules.
writing !important on every line doesn't seem like a good option.
Also, I'm trying to add chromatable jQuery plugin, but it is not quite woring right, because the default CSS files ar conflicting with the design that plugin is trying to add.
Are there any good practices for doing this? Maybe there is a way I can clear or reset all CSS for my custom module design?