abpetkov / switchery

iOS 7 style switches for your checkboxes
http://abpetkov.github.io/switchery/
2.06k stars 477 forks source link

Remove/disable default inline styles #148

Open Sade opened 7 years ago

Sade commented 7 years ago

I need to remove/disable default inline CSS styles applied to elements to surcharge it with custom CSS stylesheets.

I've tryed :

{
  'color'             : null, 
  'secondaryColor'    : null, 
  'jackColor'         : null, 
  'jackSecondaryColor': null
}

and nothing happens. demo on Codepen

Regards 😉