Skip to content

Commit

Permalink
Remove gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 4, 2023
1 parent 97ea777 commit ffafae6
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 33 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
# postcss.org

[![Join the chat at https://gitter.im/postcss/postcss.org](https://badges.gitter.im/postcss/postcss.org.svg)](https://gitter.im/postcss/postcss.org?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

The official website for [PostCSS](https://github.com/postcss/postcss) built by the community for the community :heart:


## Gitter

We use Gitter[[?]](https://gitter.im) to keep each other up-to date on what's going on with the current status of the project as well as status meetings. You can join our Gitter channel [here](https://gitter.im/postcss/postcss.org)


## Contributing

Please read through our [contributing guidelines](https://github.com/postcss/postcss.org/blob/main/.github/CONTRIBUTING.md) to get started working on postcss.org and once you are done reading the guidelines, feel free to take a look at the [issue tracker](https://github.com/postcss/postcss.org/issues) from [Milestone 1.0](https://github.com/postcss/postcss.org/milestones/1.0) and start hacking away at something!
Expand Down
1 change: 0 additions & 1 deletion src/api.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
@import url("./doc/doc.pcss");
@import url("./code/js.pcss");
@import url("./sidemenu/sidemenu.pcss");
@import url("./chat/chat.pcss");
1 change: 0 additions & 1 deletion src/api.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ html( lang="en" )
include ./base/base.pug
title PostCSS API
link( rel="stylesheet" href="./api.pcss" )
include ./chat/chat.pug
body
main
include ./hero/fixed.pug
Expand Down
10 changes: 0 additions & 10 deletions src/chat/chat.pcss

This file was deleted.

2 changes: 0 additions & 2 deletions src/chat/chat.pug

This file was deleted.

1 change: 0 additions & 1 deletion src/docs.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
@import url("./doc/doc.pcss");
@import url("./code/js.pcss");
@import url("./sidemenu/sidemenu.pcss");
@import url("./chat/chat.pcss");
1 change: 0 additions & 1 deletion src/docs.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ html( lang="en" )
include ./base/base.pug
title PostCSS Documentation
link( rel="stylesheet" href="./docs.pcss" )
include ./chat/chat.pug
body
main
include ./hero/fixed.pug
Expand Down
1 change: 0 additions & 1 deletion src/index.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
@import url("./sponsors/sponsors.pcss");
@import url("./showcase/showcase.pcss");
@import url("./community/community.pcss");
@import url("./chat/chat.pcss");
1 change: 0 additions & 1 deletion src/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ html( lang="en" )
include ./sponsors/sponsors.pug
include ./showcase/showcase.pug
include ./community/community.pug
include ./chat/chat.pug
include ./socials/socials.pug
include ./footer/footer.pug
script( type="module" ) import './community/community.js'
1 change: 0 additions & 1 deletion src/socials/gitter.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/socials/socials.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
background-image: url("./twitter.svg");
}

&.is-gitter {
background-image: url("./gitter.svg");
}

&.is-github {
background-image: url("./github.svg");
}
Expand Down
3 changes: 0 additions & 3 deletions src/socials/socials.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ aside.socials
li.socials_item
a.socials_link.is-twitter( href="https://twitter.com/postcss" rel="me" )
| Twitter
li.socials_item
a.socials_link.is-gitter( href="https://gitter.im/postcss/postcss" rel="me" )
| Gitter
li.socials_item
a.socials_link.is-github( href="https://github.com/postcss/postcss" rel="me" )
| GitHub

0 comments on commit ffafae6

Please sign in to comment.