The ability to design using classes will help us to create a coherent, uniform design throughout the website , with ease.
Right now we have something slightly similar to this in the form of Masters, but in the case of Classes, only the styling is copied and not the content (it’s kinda like Repeaters but with a more universal role, affecting instances across all pages of the website).
The moment you begin styling an element, a class is automatically created and applied to the selected element. All styling adjustments made on this element are saved in this class and you can apply this class to any other element.
Once a class has been created and applied to various elements, you can edit that class by selecting any element with that class and making your changes. Any styling adjustments will affect all instances where that class is used throughout the project.