Feature/syntaxhighlighting (#9)

* wip code highlighting of lines

* Implements gutter component

* WIP: Profiler with gutter

* cleaned up highlight code

* Removes before content for gutter styling

* Styles gutter

* Add correct Profiler code content

* Adds color variable for gutter gray

* refactor code component width gutter and diffing
This commit is contained in:
August Skare
2018-10-25 12:19:56 +01:00
committed by GitHub
parent 9cf055c159
commit 43e55a963b
7 changed files with 160 additions and 53 deletions

View File

@@ -43,6 +43,7 @@ const IntroLead = styled(Lead)`
`;
const IntroAside = styled.div`
max-width: 32.5rem;
position: relative;
${media.small`
margin-left: -30px;