Skip to content

Commit

Permalink
disable csslint in var declaration lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivm committed Dec 15, 2021
1 parent 9c89e45 commit 4053e93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Board/Output/SymbolOutput/SymbolOutput.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@

.SymbolOutput__value__IconButton {
position: absolute;
/* csslint ignore:start */
--close-button-top: -10px;
/* csslint ignore:end */
top: var(--close-button-top);
right: -10px;
}

.LiveSymbolOutput__value > .SymbolOutput__value__IconButton {
/* csslint ignore:start */
--close-button-top-live-difference: -5px;
/* csslint ignore:end */
top: calc(var(--close-button-top) - var(--close-button-top-live-difference));
}

Expand Down

0 comments on commit 4053e93

Please sign in to comment.