mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-13 10:44:03 +00:00
empty lines at the end
This commit is contained in:
parent
c19bac12f7
commit
aae8447923
3 changed files with 3 additions and 3 deletions
|
|
@ -8,4 +8,4 @@
|
||||||
|
|
||||||
.code-block-wrapper .copyBtn:active {
|
.code-block-wrapper .copyBtn:active {
|
||||||
@apply text-white outline-none opacity-100;
|
@apply text-white outline-none opacity-100;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,4 @@
|
||||||
@import 'search';
|
@import 'search';
|
||||||
@import 'clipboard';
|
@import 'clipboard';
|
||||||
|
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
|
||||||
|
|
@ -50,4 +50,4 @@ codeBlocks.forEach((element, key) => {
|
||||||
|
|
||||||
codeElement.id = `clipText-${key}`;
|
codeElement.id = `clipText-${key}`;
|
||||||
copyToClipboardBtn.dataset.clipboardTarget = `#${codeElement.id}`;
|
copyToClipboardBtn.dataset.clipboardTarget = `#${codeElement.id}`;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue