Skip to content

Commit

Permalink
my eslint was broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Feb 12, 2023
1 parent 5e9365a commit 7976480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/tweaks/checkmark_stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ let styleElementMaxCheckmarks = 0;
const styleElement = buildStyle();

const wrapper = keyToCss('blueCheckmarksContainer');
const checkmarkContainer = `${wrapper} > ${keyToCss('blueCheckmarkContainer')}`
const checkmarkImage = `${checkmarkContainer} > :is(svg, img)`
const checkmarkContainer = `${wrapper} > ${keyToCss('blueCheckmarkContainer')}`;
const checkmarkImage = `${checkmarkContainer} > :is(svg, img)`;

const transitionStyleElement = buildStyle(`
${wrapper}, ${checkmarkContainer} {
Expand Down

0 comments on commit 7976480

Please sign in to comment.