feat: Change - to _ for selector names
This commit is contained in:
parent
245227d7e9
commit
d533563569
9 changed files with 16 additions and 16 deletions
|
|
@ -69,7 +69,7 @@ function HippieFade(toggleElement, initState) {
|
|||
const fragment = document.createDocumentFragment();
|
||||
const overlay = document.createElement('div');
|
||||
|
||||
overlay.id = 'mouse-overlay';
|
||||
overlay.id = 'mouse_overlay';
|
||||
|
||||
if (initState) {
|
||||
overlay.classList.add('active');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue