When defining CSS-in-JS style to use JavaScript Object Notation, mixins can no longer return strings as they can't be added to the object.
In this lesson, you will convert the boxShadow
and buttonSize
mixins that return strings to return objects instead and spread those objects into the style object we are applying to an HTML Element.