Skip to content

Do not lowercase all identifiers #17

@bartveneman

Description

@bartveneman

Found in the wild, so this potentially breaks websites:

- font-family: Noto Sans,arial,helvetica,sans-serif;
+ font-family: noto sans, arial, helvetica, sans-serif;

- grid-area: emailInputbox;
+ grid-area: emailinputbox;

- -webkit-transform: translateZ(0);
- -moz-transform: translateZ(0);
- -ms-transform: translateZ(0);
- -o-transform: translateZ(0);
- transform: translateZ(0);
+ -webkit-transform: translatez(0);
+ -moz-transform: translatez(0);
+ -ms-transform: translatez(0);
+ -o-transform: translatez(0);
+ transform: translatez(0);

- color: currentColor;
+ color: currentcolor;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions