chore: colocate styles

This commit is contained in:
Cory Dransfeldt 2024-02-27 14:08:15 -08:00
parent 0811a699fb
commit 3a09be8d3f
No known key found for this signature in database
6 changed files with 39 additions and 42 deletions

View file

@ -2,7 +2,6 @@ const themeToggleTemplate = document.createElement('template')
themeToggleTemplate.innerHTML = `
<button class="theme__toggle">
<span class="placeholder"></span>
<span class="light"></span>
<span class="dark"></span>
</button>