Skip to content

Commit 5fe8676

Browse files
authored
Merge pull request #30 from victordieggo/dev
Style linting
2 parents 263f666 + 4dbac92 commit 5fe8676

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightbox/lightbox.css

+4
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ License: MIT
125125
from {
126126
opacity: 0;
127127
}
128+
128129
to {
129130
opacity: 1;
130131
}
@@ -134,6 +135,7 @@ License: MIT
134135
from {
135136
opacity: 1;
136137
}
138+
137139
to {
138140
opacity: 0;
139141
}
@@ -143,6 +145,7 @@ License: MIT
143145
from {
144146
transform: scale(0);
145147
}
148+
146149
to {
147150
transform: scale(1);
148151
}
@@ -152,6 +155,7 @@ License: MIT
152155
from {
153156
transform: scale(1);
154157
}
158+
155159
to {
156160
transform: scale(0);
157161
}

0 commit comments

Comments
 (0)