plugin updates
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { styled } from '@linaria/react';
|
||||
|
||||
interface IUIContainerProps {
|
||||
textAlign?: string;
|
||||
}
|
||||
|
||||
export default styled.div<IUIContainerProps>`
|
||||
text-align: ${props => (props.textAlign ? props.textAlign : 'inherit')};
|
||||
`;
|
||||
Reference in New Issue
Block a user