Skip to content

Commit

Permalink
Fixed sass error
Browse files Browse the repository at this point in the history
Base-level rules cannot contain the parent-selector-referencing character '&'.
  • Loading branch information
marcelometal authored and mogavin committed Mar 9, 2020
1 parent bfd805d commit 8be3a32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/typography.scss
Expand Up @@ -55,33 +55,33 @@
z-index: 0;
}

&.placeholder-list {
.placeholder-list {
.public-DraftEditorPlaceholder-root {
left: 50px;
top: 5px;
}
}

&.placeholder-header-two {
.placeholder-header-two {
.public-DraftEditorPlaceholder-root {
top: 2px;
}
}

&.placeholder-blockquote {
.placeholder-blockquote {
.public-DraftEditorPlaceholder-root {
left: 20px;
top: 7px;
}
}

&.movable {
.movable {
.public-DraftEditorPlaceholder-root {
padding: 8px 0 0 8px;
}
}

&.movable.placeholder-blockquote {
.movable.placeholder-blockquote {
.public-DraftEditorPlaceholder-root {
padding: 20px 0 0 10px;
}
Expand Down

0 comments on commit 8be3a32

Please sign in to comment.