-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
I tried to compile the latest uikit version but it fails hard with an error.
Problem is this type of selector:
:where([class*='foo']) p {
// ...
}To be more precise it's this at transition.scss:
:where(.uk-transition-fade),
:where([class*='uk-transition-scale']),
:where([class*='uk-transition-slide']) {
--uk-position-translate-x: 0;
--uk-position-translate-y: 0;
}The error happens at array_diff which compares two incompatible nested array structures I guess:
Lines 773 to 780 in c54b0a3
| // if the new part is just including a previous part don't try to extend anymore | |
| if (\count($part) > 1) { | |
| foreach ($partsPile as $previousPart) { | |
| if (! \count(array_diff($previousPart, $part))) { | |
| continue 2; | |
| } | |
| } | |
| } |
Debug:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
