Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watch for CSS math functionality types (abs, sign, round, mod, rem, pow, exp...) [馃煩 fully supported now] #2267

Open
chrisblakley opened this issue Nov 2, 2023 · 2 comments
Labels
Frontend (Style) Related to the client-side CSS (or Sass)
Milestone

Comments

@chrisblakley
Copy link
Owner

chrisblakley commented Nov 2, 2023

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

The actual list:

  • abs()
  • sign()
  • round()
  • mod()
  • rem()
  • pow()
  • sqrt()
  • hypot()
  • log()
  • exp()

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 chrisblakley added the Frontend (Style) Related to the client-side CSS (or Sass) label Nov 2, 2023
@chrisblakley chrisblakley added this to the 12.0 Flame milestone Nov 2, 2023
@chrisblakley
Copy link
Owner Author

Fully supported now. These can be used.

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

@chrisblakley
Copy link
Owner Author

chrisblakley commented Apr 26, 2024

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: #2207

@chrisblakley chrisblakley changed the title Watch for CSS math functionality types (abs, sign, round, mod, rem, pow, exp...) [馃煡 awaiting full support] Watch for CSS math functionality types (abs, sign, round, mod, rem, pow, exp...) [馃煩 fully supported now] Apr 26, 2024
@chrisblakley chrisblakley modified the milestones: 12.0 Flame, 13.0 Bubble May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend (Style) Related to the client-side CSS (or Sass)
Projects
Development

No branches or pull requests

1 participant