Is there a way to completely disable the default styles? I was hoping I could just use: ``` var customStyles = { overlay : false, content: false }; ``` But, `_.assign` will just ignore the `false` value.