Skip to content

Commit 019e510

Browse files
committed
Fixes .00s not compatible with cssmin task
1 parent 187375a commit 019e510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/less/main.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ h1, h2, h3, h4, h5, h6 {
125125
.flyout li:nth-of-type(3) a { animation-delay: .12s; }
126126
.flyout li:nth-of-type(4) a { animation-delay: .08s; }
127127
.flyout li:nth-of-type(5) a { animation-delay: .04s; }
128-
.flyout li:nth-of-type(6) a { animation-delay: .00s; }
128+
.flyout li:nth-of-type(6) a { animation-delay: 0; }
129129
.flyout li:nth-of-type(1) a:not(.clicked) span { animation: spin1-contract .9s ease-out 1 backwards; }
130130
.flyout li:nth-of-type(2) a:not(.clicked) span { animation: spin2-contract .9s ease-out 1 backwards; }
131131
.flyout li:nth-of-type(3) a:not(.clicked) span { animation: spin3-contract .9s ease-out 1 backwards; }
132132
.flyout li:nth-of-type(4) a:not(.clicked) span { animation: spin4-contract .9s ease-out 1 backwards; }
133133
.flyout li:nth-of-type(5) a:not(.clicked) span { animation: spin5-contract .9s ease-out 1 backwards; }
134134
.flyout li:nth-of-type(6) a:not(.clicked) span { animation: spin6-contract .9s ease-out 1 backwards; }
135-
.flyout.expand li:nth-of-type(1) a { animation-delay: .00s; }
135+
.flyout.expand li:nth-of-type(1) a { animation-delay: 0; }
136136
.flyout.expand li:nth-of-type(2) a { animation-delay: .04s; }
137137
.flyout.expand li:nth-of-type(3) a { animation-delay: .08s; }
138138
.flyout.expand li:nth-of-type(4) a { animation-delay: .12s; }

0 commit comments

Comments
 (0)