empty lines at the end

This commit is contained in:
Abrar Ahmad 2022-07-26 21:43:16 +05:00
parent c19bac12f7
commit aae8447923
3 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@
.code-block-wrapper .copyBtn:active {
@apply text-white outline-none opacity-100;
}
}

View file

@ -9,4 +9,4 @@
@import 'search';
@import 'clipboard';
@tailwind utilities;
@tailwind utilities;

View file

@ -50,4 +50,4 @@ codeBlocks.forEach((element, key) => {
codeElement.id = `clipText-${key}`;
copyToClipboardBtn.dataset.clipboardTarget = `#${codeElement.id}`;
});
});