refactor: remove unnecessary comments

This commit is contained in:
David Ralph
2026-02-04 13:30:14 +00:00
parent 0ec0676308
commit bb2b457c1c
91 changed files with 77 additions and 818 deletions

View File

@@ -1,6 +1,5 @@
@use 'sass:list';
// Source https://joshbroton.com/quick-fix-sass-mixins-for-css-keyframe-animations/
@mixin animation($animate...) {
$max: list.length($animate);
$animations: '';