-
Notifications
You must be signed in to change notification settings - Fork 780
Closed
Labels
A-lexingarea: changes to individual lexersarea: changes to individual lexersT-bugtype: a bugtype: a bug
Milestone
Description
Here is the CSS:
.target-img {
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50%, -50%);
}As you can see on https://pygments.org/demo/, the percent signs in the translate function are rendered as errors. But actually, they are valid CSS.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-lexingarea: changes to individual lexersarea: changes to individual lexersT-bugtype: a bugtype: a bug