angular update

This commit is contained in:
2026-03-22 14:42:09 +01:00
parent 11a266879b
commit ff70a0b4a5
4 changed files with 1161 additions and 588 deletions

View File

@@ -9,7 +9,7 @@ $breakpoints: (
);
@mixin breakpoint($size) {
@media (width >=map.get($breakpoints, $size)) {
@media (width >= map.get($breakpoints, $size)) {
@content;
}
}