joystick
joystick copied to clipboard
Add a way to add top-level styles to CSS on a component
Right now, the CSS for a component must target an element within the component but you can't target the Joystick wrapper <div> directly. This should be possible so you can do things like set height on the wrapper so it doesn't break your CSS flow.
This should be done via the new object-based syntax for defining CSS.
Support was added for this via the @wrapper selector.