rename all files and directories to lowercase
This commit is contained in:
12
packages/dev-tools-pages/ts/components/breakout.tsx
Normal file
12
packages/dev-tools-pages/ts/components/breakout.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
import { media } from 'ts/variables';
|
||||
|
||||
const Breakout = styled.div`
|
||||
${media.small`
|
||||
margin-left: -2.5rem;
|
||||
width: calc(100% + 5rem);
|
||||
`};
|
||||
`;
|
||||
|
||||
export { Breakout };
|
Reference in New Issue
Block a user