Add mdx components for guide

This commit is contained in:
Kamran Ahmed
2019-11-02 12:45:15 +04:00
parent b1ee86e1c0
commit 9f38b4b2c8
15 changed files with 767 additions and 43 deletions

View File

@@ -0,0 +1,8 @@
import styled from 'styled-components';
export const Pre = styled.pre`
margin: 25px -25px 25px -25px !important;
padding: 20px 25px !important;
border-radius: 10px;
line-height: 1.5 !important;
`;