File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 200200
201201@mixin animate ($type : ' fade-in' , $time : 1s , $delay : 0s ) {
202202 @if $type == ' fade-in' {
203- @extend . animate--fade-in ;
203+ @extend % animate--fade-in ;
204204 animation-duration : $time ;
205205 animation-delay : $delay ;
206206 }
207207 @if $type == ' fade-out' {
208- @extend . animate--fade-out ;
208+ @extend % animate--fade-out ;
209209 animation-duration : $time ;
210210 animation-delay : $delay ;
211211 }
212212 @if $type == ' fsb' {
213- @extend . animate--fade-and-slide-in-from-bottom ;
213+ @extend % animate--fade-and-slide-in-from-bottom ;
214214 animation-duration : $time ;
215215 animation-delay : $delay ;
216216 }
217217 @if $type == ' fsbr' {
218- @extend . animate--fsbr ;
218+ @extend % animate--fsbr ;
219219 animation-duration : $time ;
220220 animation-delay : $delay ;
221221 }
You can’t perform that action at this time.
0 commit comments