Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 360051d

Browse files
committed
Added container SASS extender file.
1 parent 16826ce commit 360051d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@use '../globals';
2+
3+
%container__outer-wrapper {
4+
max-width: globals.$maximum-width-outer;
5+
margin: 0 auto;
6+
}
7+
8+
%container__wrapper {
9+
padding: globals.$space-vertical globals.$space-horizontal;
10+
}
11+
12+
%container__wrapper--reduce-bottom-space {
13+
padding-bottom: 0;
14+
}
15+
16+
%container__inner {
17+
max-width: globals.$maximum-width;
18+
margin: 0 auto;
19+
}

0 commit comments

Comments
 (0)