File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/web/src/scss/components/Stack Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818}
1919
2020.Stack--hasIntermediateDividers > * {
21- border-top : theme .$border ;
21+ border-block-start : theme .$border ;
2222}
2323
2424.Stack--hasSpacing > * {
4040
4141.Stack--hasIntermediateDividers > :first-child {
4242 padding-block-start : 0 ;
43- border-top : none ;
43+ border-block-start : none ;
4444}
4545
4646.Stack--hasIntermediateDividers > :last-child {
4747 padding-block-end : 0 ;
4848}
4949
5050.Stack--hasStartDivider > :first-child {
51- border-top : theme .$border ;
51+ border-block-start : theme .$border ;
5252}
5353
5454.Stack--hasEndDivider > :last-child {
55- border-bottom : theme .$border ;
55+ border-block-end : theme .$border ;
5656}
5757
5858.Stack--hasSpacing.Stack--hasStartDivider > :first-child {
You can’t perform that action at this time.
0 commit comments