Response Behavior of Properties

Hi,

small feedback about the behavior of properties. As an example the switch. If used with the responsive: false it will return a boolean. When using the default one it returns a string.

That behavior makes sense, since the breakpoints will be added to the value.

I would just stress that out more somewhere maybe in the docu, not sure if I found that there. false and "false" will show up in the debugger as the same, so it took a moment till I realized what the problem was. And I assume that will be the same problem for numbers and so on.

Yep, we’ll improve the docs to make this functionality clearer. Any control that has responsive set to true will return a string of classes to apply.

Thanks!