-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add Discord invitation on the website, README.md
, and CONTRIBUTING.md
#538
Conversation
...`README.md`, and `CONTRIBUTING.md`
@@ -8,6 +8,14 @@ html { | |||
*, *::after, *::before { | |||
box-sizing: inherit; } | |||
|
|||
.discord-logo:before { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is my bad. Should be
.discord-logo::before {
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure? Other instances in this file use :before
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I double checked. Seems like both are fine. See second answer of this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to change the :before
CSS to ::before
.
Well, since this svg is not the Good job 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding this discussion we should point out, that the discord server is unoffical help/support server and the project is still beeing managed via github (issues).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me 👍
Things added/changed:
README.md
, andCONTRIBUTING.md
.viewBox
(and probably other stuff) are not correct as per the contributing guidelines. Its width and height are modified instyle.css
, though. Maybe the bot should ignore this SVG.