DavidLagou / mdia-4590

Repository for MDIA 4590
0 stars 0 forks source link

CSS classes do not all have the same naming convention #6

Open DavidLagou opened 4 years ago

DavidLagou commented 4 years ago

Description:

In order to abide by proper coding standards, all user-defined classes/IDs are to follow the same naming convention.

Steps to reproduce:

Expected Results:

Every CSS line should have a naming convention that follows camelCase

Actual Result :

There are some classes such as project_imgheader and banner_imgheader. That do not follow the camelCase

Configurations:

This bug was found on the following configurations labeled in Blue.

Screen Shot 2020-11-12 at 9 17 07 PM
DavidLagou commented 4 years ago

Steps to resolve issue