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

Commit 527fee7

Browse files
committed
Fix misc inconsistencies in SCSS
1 parent 581c0aa commit 527fee7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/beacon/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
background: color(background);
1414
border-radius: 50%;
1515
transform: translate(-50%, 50%);
16-
transition: 0.25s transform ease-out;
16+
transition: transform 0.25s ease-out;
1717
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
1818
cursor: pointer;
1919

src/breadcrumbs/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
.breadcrumbs-link {
5656
color: color(white);
5757
opacity: 0.45;
58-
transition: 0.25s opacity ease;
58+
transition: opacity 0.25s ease;
5959

6060
&:hover {
6161
opacity: 1;

src/layout/_mobile_sticky_cta.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.icon-sms {
2727
height: 17px;
2828
width: 21px;
29-
margin-right: sizing(smaller-tracking);
29+
margin-right: size(smaller-tracking);
3030
}
3131

3232
&.btn {

src/typography/_paragraphs_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
%body--sans-small {
2222
font-size: ms(0);
23-
letter-spacing: size (smaller-tracking);
23+
letter-spacing: size(smaller-tracking);
2424
}
2525

2626

0 commit comments

Comments
 (0)