feat: add newline to static files
to merge files correctly, we need to add a newline character to the static files at the end of the file
This commit is contained in:
parent
d8640a4293
commit
8839b646fb
@ -24,4 +24,4 @@ const rrh = {
|
|||||||
}
|
}
|
||||||
return this.l10nMap[text] || text
|
return this.l10nMap[text] || text
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@ -992,4 +992,4 @@ figcaption { padding-bottom: .5rem; }
|
|||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
font-family: Georgia, serif;
|
font-family: Georgia, serif;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -46,4 +46,3 @@ wrapper.appendChild(hamburgerSection);
|
|||||||
}
|
}
|
||||||
input.setAttribute('list', 'cat-name-options')
|
input.setAttribute('list', 'cat-name-options')
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user