0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +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 2c8908850b
commit 1177fd721c
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;}