As there are
translate-x-100
translate-x-0
...
please add the -translate-x-50 and related classes as well.
At the moment, I need to be able to translate -50% on large screens only. So the specific use case I need to cover is
@media screen and (min-width: 992px) {
.lg\:-translate-x-50 {
transform: translateX(-50%) !important;
}
}
Original issue:
primefaces/primeflex#147
As there are
please add the
-translate-x-50and related classes as well.At the moment, I need to be able to translate -50% on large screens only. So the specific use case I need to cover is
Original issue:
primefaces/primeflex#147