plugin updates
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import { styled } from '@linaria/react';
|
||||
|
||||
export default styled.img`
|
||||
height: ${props => (props.height ? props.height : 'auto')};
|
||||
width: ${props => (props.width ? props.width : 'auto')};
|
||||
`;
|
||||
Reference in New Issue
Block a user