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

Use "sass:list" for append function

Open p8 opened this issue 11 months ago • 2 comments

Description

Calling global append is deprecated. This uses "sass:list" 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 15:01 p8

@p8 thank you so much for doing this and the other PR's! They all look great.

@joeworkman can you please review this PR and the others in: #15520, #15521, #15522, #15523, #15524 which all resolve the reported SASS deprecations (excluding the @import case)?

javierjulio avatar Jan 28 '25 18:01 javierjulio