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 CSS math functionality types (abs, sign, round, mod, rem, pow, exp...) [🟩 fully supported now] #2267

Open chrisblakley opened 8 months ago

chrisblakley commented 8 months ago

Screen Shot 2023-11-02 at 2 39 13 PM

The actual list:

Example docs: https://developer.mozilla.org/en-US/docs/Web/CSS/exp

Check for browser support here (a few references):

Screen Shot 2023-11-02 at 2 44 16 PM

chrisblakley commented 2 months ago

Fully supported now. These can be used.

Screen Shot 2024-04-26 at 2 20 46 PM

chrisblakley commented 2 months ago

First thing that comes to mind for Nebula is the color contrast Sass functions. However, this emerging property would replace the need for a manual sass function: https://github.com/chrisblakley/Nebula/issues/2207