Updated all component styles
new mixins, consolidated all original styles files uncomitted
This commit is contained in:
@@ -9,7 +9,7 @@ const extractValue = (value) => {
|
||||
return (typeof value === 'object' && value && 'val' in value) ? value.val : value;
|
||||
};
|
||||
|
||||
class ReducedMotion extends Component {
|
||||
class ReducedMotion extends PureComponent {
|
||||
|
||||
static propTypes = {
|
||||
defaultStyle: PropTypes.object,
|
||||
|
||||
Reference in New Issue
Block a user