You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the style.css file located in the Othello folder of the Games of Your project, there are multiple declarations for several CSS classes, including .board, .cell, .score-container, .cell.empty, .cell.white, and .message-container. This redundancy can lead to confusion regarding which styles are applied, potentially resulting in inconsistent styling throughout the application.
Screenshots are attached to illustrate the duplicate declarations for your reference.
First Occurrence:
Second Occurrence:
Third Occurrence:
What is the expected behavior? 🤔
Each CSS class should have a single, clear declaration in the style.css file to maintain clarity and prevent conflicts. This will ensure that styles are applied consistently and make the codebase easier to read and maintain.
Provide step by step information reproduce the bug 📄
Navigate to the following directory:
MultiPlayer-Games/Othello
Open the style.css file.
Search for the following classes:
.board
.cell
.score-container
.message-container
Observe that multiple declarations exist for these classes, indicating a duplication of styles.
Give a brief about the bug ✍️
In the
style.css
file located in the Othello folder of the Games of Your project, there are multiple declarations for several CSS classes, including.board
,.cell
,.score-container
,.cell.empty
,.cell.white
, and.message-container
. This redundancy can lead to confusion regarding which styles are applied, potentially resulting in inconsistent styling throughout the application.Screenshots are attached to illustrate the duplicate declarations for your reference.
First Occurrence:
Second Occurrence:
Third Occurrence:
What is the expected behavior? 🤔
Each CSS class should have a single, clear declaration in the style.css file to maintain clarity and prevent conflicts. This will ensure that styles are applied consistently and make the codebase easier to read and maintain.
Provide step by step information reproduce the bug 📄
Navigate to the following directory:
MultiPlayer-Games/Othello
Open the style.css file.
Search for the following classes:
Observe that multiple declarations exist for these classes, indicating a duplication of styles.
Select program in which you are contributing
GSSoC24, Other
Code of Conduct
The text was updated successfully, but these errors were encountered: