0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 11:42:39 +00:00

Change diceFont to camelCase to match existing naming convention

This commit is contained in:
Trevor Buckner
2024-04-18 16:57:35 -04:00
parent d36e6e5834
commit 2309887c92
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
@import (less) 'codemirror/addon/search/matchesonscrollbar.css';
@import (less) 'codemirror/addon/dialog/dialog.css';
@import (less) 'codemirror/addon/hint/show-hint.css';
@import (less) './themes/fonts/icon fonts/dicefont.less';
@import (less) './themes/fonts/icon fonts/diceFont.less';
@keyframes sourceMoveAnimation {
50% {background-color: red; color: white;}