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
139 stars 36 forks source link

Watch for custom selectors in CSS (❌ awaiting support tracking) #2259

Open chrisblakley opened 11 months ago

chrisblakley commented 11 months ago

Splitting this up from #1830 to give it its own issue.

Custom Selectors:

https://cssdb.org/#custom-selectors

@custom-selector :--heading h1, h2, h3, h4, h5, h6;
article :--heading + p {}

This has been in stage 1 for a long time.