mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Game Logic done
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
}
|
||||
|
||||
@import 'hangman';
|
||||
@import 'puzzleWord';
|
||||
@import 'word';
|
||||
@import 'current-score';
|
||||
@import 'categories';
|
||||
@@ -1,4 +1,4 @@
|
||||
.puzzleWord {
|
||||
.word {
|
||||
@include bodyFont();
|
||||
|
||||
font-size: 50pt;
|
||||
@@ -23,4 +23,5 @@ html, body {
|
||||
@import 'header';
|
||||
@import 'game-container';
|
||||
@import 'defeat-victory';
|
||||
@import 'loading';
|
||||
@import 'loading';
|
||||
@import 'letters-registered';
|
||||
Reference in New Issue
Block a user