rtCamp / blank-theme

Customized Blank theme based on Underscore and Foundation
25 stars 23 forks source link

Fix incorrect namespace and class name(s) #81

Closed RahiDroid closed 1 year ago

RahiDroid commented 1 year ago

Summary

The main class, the Blank_Theme class should be in snake-case with capitalized letters since it's a class. It's BLANK_THEME currently. The namespace also seems to have an incorrect value. Skim through the class names in the files and ensure classes and namespaces are named correctly.

References