docs: convert website from postcss to emotion (#2068)
This commit is contained in:
committed by
Shawn Erquhart
parent
7b0838dfef
commit
3d474b1944
10
website/src/components/lead.js
Normal file
10
website/src/components/lead.js
Normal file
@ -0,0 +1,10 @@
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
const Lead = styled.p`
|
||||
font-size: 20px;
|
||||
margin-bottom: 24px;
|
||||
|
||||
${p => p.light && 'color: white;'};
|
||||
`;
|
||||
|
||||
export default Lead;
|
Reference in New Issue
Block a user