Skip to content
New issue

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

List of errors in compiled CSS #274

Open
18 of 21 tasks
Atulin opened this issue Nov 30, 2018 · 1 comment
Open
18 of 21 tasks

List of errors in compiled CSS #274

Atulin opened this issue Nov 30, 2018 · 1 comment
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

Comments

@Atulin
Copy link

Atulin commented Nov 30, 2018

Why?

results

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
  • Line: 673
  • Error: Unknown pseudo-selector
  • Probable cause: Linter isn't up to date
  • will-change: '';
  • Line: 806
  • Error: Mismatched property value
  • Probable cause: Incorrect variable or compilation error
  • -webkit-box-shadow: 0px 0px 0px 1px transparent inset, none;
  • Line: 855
  • Error: Mismatched property value (at none)
  • Probable cause: Incorrect variable or compilation error
  • display: -webkit-inline-box;
  • Line: 1198
  • Error: Mismatched property value
  • Probable cause: Linter isn't up to date or obsolete value
  • -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;
  • Line: 1739
  • Error: Mismatched property value (at second inset)
  • Probable cause: Incorrect variable or compilation error
  • i.icon.\35 00px,
  • Line: 14395
  • Error: Unexpected token
  • Probable cause: Incorrect variable
  • -webkit-box-shadow: 1px solid rgba(34, 36, 38, 0.15);
  • Line: 18755
  • Error: Mismatched property value
  • Probable cause: Incorrect variable?
  • border-width: none;
  • Line: 18838
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  • Line: 19599
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • border-color: 1px solid rgba(255, 255, 255, 0.1);
  • Line: 19976
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • align-self: middle;
  • Line: 22541
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • flex-grow: 1 0 auto;
  • Line: 22547
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • .ui.form ::-webkit-datetime-edit,
  • Line: 23324
  • Error: Unknown pseudo-selector
  • Probable cause: Linter isn't up to date
  • text-transform: normal;
  • Line: 27093
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • color: normal; (sic!)
  • Line: 30342
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • align-self: top;
  • Line: 33605
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • max-width: auto;
  • Line: 34144
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • background-color: none;
  • Line: 39690
  • Error: Mismatched property value
  • Probable cause: Incorrect variable
  • code:
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  • Line: 42773
  • Error: Mismatched property value
  • Probable cause: Obsolete values
  • transform-origin: center right;
  • Line: 44682
  • Error: Mismatched property value
  • Probable cause: Incorrect variable

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.

  • code:
  -webkit-box-shadow: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
  • Line: 18755
  • Error: Properties override eachother
@y0hami y0hami added type/bug Any issue which is a bug or PR which fixes a bug lang/css Anything involving CSS tag/help-wanted Issues which need help to fix or implement tag/good-first-issue Good issues for new starters to try labels Nov 30, 2018
@y0hami y0hami added this to the 2.7.x milestone Nov 30, 2018
@prudho
Copy link
Contributor

prudho commented Nov 30, 2018

Thank you for submitting this issue. Fix all these css errors and warnings will take many PR's and time so please be patient.

For any contributor who want to work on this, please stay in touch with us either here or on our discord.

@lubber-de lubber-de modified the milestones: 2.7.x, 2.8.x Sep 2, 2019
@y0hami y0hami added the Hacktoberfest Issues for Hacktoberfest! label Sep 25, 2019
@lubber-de lubber-de removed the Hacktoberfest Issues for Hacktoberfest! label Oct 31, 2019
@lubber-de lubber-de removed this from the 2.8.x milestone Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

4 participants