Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistently, yet its deliberately uncomplicated code syntax also serves as a learning resource for programmers themselves.
Prefix the primary sections that have default Nebula styles with nebula- so that they can be easily removed if the developer doesn't want to use them in the child theme, but wants to preserve the section ID such as "hero-section".
#hero-section
#navigation-section
#content-section
#sidebar-section
#footer-section
Also make sure the styles use the nebula- selectors.
This will break backwards compatibility and so updating old sites will likely need manually fixes afterwords.
Prefix the primary sections that have default Nebula styles with
nebula-
so that they can be easily removed if the developer doesn't want to use them in the child theme, but wants to preserve the section ID such as "hero-section".#hero-section
#navigation-section
#content-section
#sidebar-section
#footer-section
Also make sure the styles use the
nebula-
selectors.This will break backwards compatibility and so updating old sites will likely need manually fixes afterwords.