List of errors in compiled CSS #274
Labels
lang/css
Anything involving CSS
tag/good-first-issue
Good issues for new starters to try
tag/help-wanted
Issues which need help to fix or implement
type/bug
Any issue which is a bug or PR which fixes a bug
Why?
Disclaimer
The list is not comprehensive. It mostly shows types of errors occuring in the compiled CSS, rather than listing all 250 of them. I believe I grouped them by probable source well enough, but feel free to take a look at the code through various linters yourselves.
Checking was done with WebStorm 2018.3
Errors
Only unique types are being listed. Well, most of them. The second error, for example, is prevalent throughout the entire file, far too many occurrences to count.
::-webkit-selection
will-change: '';
-webkit-box-shadow: 0px 0px 0px 1px transparent inset, none;
none
)display: -webkit-inline-box;
-webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset inset;
inset
)i.icon.\35 00px,
-webkit-box-shadow: 1px solid rgba(34, 36, 38, 0.15);
border-width: none;
-webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
border-color: 1px solid rgba(255, 255, 255, 0.1);
align-self: middle;
flex-grow: 1 0 auto;
.ui.form ::-webkit-datetime-edit,
text-transform: normal;
color: normal;
(sic!)align-self: top;
max-width: auto;
background-color: none;
transform-origin: center right;
Warnings
I will be listing only those that catch my eye, because the entire scrollbar is yellow from warnings. Far too many to go through.
The text was updated successfully, but these errors were encountered: