10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit ff3af38c25 - Show all commits

View file

@ -42,13 +42,13 @@
box-sizing: content-box;
}
%size_content_wrap {
%size_content_solo {
@extend %size_content;
*,
::before,
::after {
box-sizing: inherit;
box-sizing: border-box;
}
}