Closed rimmesbe closed 7 years ago
In css the common convention for naming is to split words with '-' or sometimes '_' .big-box .small-section camelCase is used in other coding languages like javascript.
https://github.com/missreyes/prj-rev-bwfs-tea-cozy/blob/master/teacozy/index.html#L21-L23
Changed everything to have a "-".
Tested and it didn't cause any issues.
In css the common convention for naming is to split words with '-' or sometimes '_' .big-box .small-section camelCase is used in other coding languages like javascript.
https://github.com/missreyes/prj-rev-bwfs-tea-cozy/blob/master/teacozy/index.html#L21-L23