otro mas
This commit is contained in:
parent
df71e4c4b6
commit
c358a18c98
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ $snap-points: (start, end, center, none);
|
|||
// @extend .snap-#{$snap-type}-#{$snap-direction};
|
||||
scroll-snap-points-#{$snap-direction}: repeat(100%);
|
||||
scroll-snap-destination: 0 0;
|
||||
@each $prefix in $prefixes {
|
||||
@each $prefix in $vendor-prefixes {
|
||||
#{$prefix}scroll-snap-type: #{$snap-direction} #{$snap-type};
|
||||
#{$prefix}scroll-snap-type: #{$snap-type};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue