chrisblakley / Nebula

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.
https://nebula.gearside.com
GNU General Public License v2.0
143 stars 36 forks source link

Prefix the default Nebula sections with "nebula-" #1701

Open chrisblakley opened 6 years ago

chrisblakley commented 6 years ago

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".

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.

chrisblakley commented 3 years ago

This is a pretty major breaking change... Need to wait for just the right time to implement it if we do.

Screen Shot 2021-02-13 at 1 55 38 PM

chrisblakley commented 3 years ago

Add the upcoming offcanvas nav section to this list too. #2136