foundation-sites icon indicating copy to clipboard operation
foundation-sites copied to clipboard

Use "sass:math" for `floor` function

Open p8 opened this issue 11 months ago • 1 comments

Description

Calling global floor is deprecated. This uses "sass:math" instead.

Types of changes

  • [ ] Documentation
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (anything that would change an existing functionality)
  • [x] Maintenance (refactor, code cleaning, development tools...)

Checklist

  • [x] I have read and follow the CONTRIBUTING.md document.
  • [x] The pull request title and template are correctly filled.
  • [x] The pull request targets the right branch (develop or develop-v...).
  • [x] My commits are correctly titled and contain all relevant information.
  • [x] I have updated the documentation accordingly to my changes (if relevant).
  • [x] I have added tests to cover my changes (if relevant).

p8 avatar Jan 14 '25 16:01 p8