We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Came up while upgrading jest-styled-components | 7.0.8 -> 7.1.1
7.0.8
7.1.1
possibly related to #355 ( and in turn #419 ).
It seems as though what once were separate lines, became one.
e.g.
.c1 button, - .c1 html input[type="button"], - .c1 input[type="reset"], - .c1 input[type="submit"] { + .c1 html input[type="button"],.c1 input[type="reset"],.c1 input[type="submi… -webkit-appearance: button; cursor: pointer; *overflow: visible; }
.c1 html input[disabled] { cursor: default; } - .c1 input[type="checkbox"], - .c1 input[type="radio"] { + .c1 input[type="checkbox"],.c1 input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Came up while upgrading jest-styled-components |
7.0.8
->7.1.1
possibly related to #355 ( and in turn #419 ).
It seems as though what once were separate lines, became one.
e.g.
The text was updated successfully, but these errors were encountered: