Skip to content

Commit 0d89dd5

Browse files
authored
Merge pull request #400 from BeAPI/fix/scss-build-error
fix (theme): skip links scss build error
2 parents 5b598a2 + 33e5c18 commit 0d89dd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scss/05-components/_skip-links.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
padding: .5rem 1rem;
88
color: $color-text;
99
background-color: $color-primary;
10-
transition: transform .3s ease-in-out, opacity .3s ease-in-out;
11-
transform: translate3d(0, -100%, 0);
1210
opacity: 0;
11+
transition: transform .3s $ease-out-expo, opacity .3s;
12+
transform: translate3d(0, -100%, 0);
1313

1414
&:focus-within {
15-
transform: translate3d(0, 0, 0);
1615
opacity: 1;
16+
transform: translate3d(0, 0, 0);
1717
}
1818

1919
li:not(:last-of-type) {

0 commit comments

Comments
 (0)