Skip to content

Add the support for the translate 50 #69

Description

@github-actions

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions