kopia lustrzana https://github.com/wagtail/wagtail
Add global declaration to $prop assignment.
rodzic
83bfaf14a8
commit
eecec1b7ce
|
@ -126,6 +126,7 @@ Contributors
|
|||
* Tomas Olander
|
||||
* Andrew Tork Baker
|
||||
* Vincent Audebert
|
||||
* Jack Paine
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -298,11 +298,11 @@ $positions: (
|
|||
@for $i from 1 through $max-items {
|
||||
|
||||
@if $vertical == 'bottom' {
|
||||
$prop: 'nth-last-child';
|
||||
$prop: 'nth-last-child' !global;
|
||||
}
|
||||
|
||||
@if $vertical == 'top' {
|
||||
$prop: 'nth-child';
|
||||
$prop: 'nth-child' !global;
|
||||
}
|
||||
|
||||
&:#{unquote($prop)}(#{$i}) {
|
||||
|
|
Ładowanie…
Reference in New Issue