Skip to content

Commit ffafae6

Browse files
committed
Remove gitter
1 parent 97ea777 commit ffafae6

File tree

12 files changed

+0
-33
lines changed

12 files changed

+0
-33
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
# postcss.org
22

3-
[![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)
4-
53
The official website for [PostCSS](https://github.com/postcss/postcss) built by the community for the community :heart:
64

75

8-
## Gitter
9-
10-
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)
11-
12-
136
## Contributing
147

158
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!

src/api.pcss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
@import url("./doc/doc.pcss");
88
@import url("./code/js.pcss");
99
@import url("./sidemenu/sidemenu.pcss");
10-
@import url("./chat/chat.pcss");

src/api.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ html( lang="en" )
44
include ./base/base.pug
55
title PostCSS API
66
link( rel="stylesheet" href="./api.pcss" )
7-
include ./chat/chat.pug
87
body
98
main
109
include ./hero/fixed.pug

src/chat/chat.pcss

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/chat/chat.pug

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/docs.pcss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
@import url("./doc/doc.pcss");
88
@import url("./code/js.pcss");
99
@import url("./sidemenu/sidemenu.pcss");
10-
@import url("./chat/chat.pcss");

src/docs.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ html( lang="en" )
44
include ./base/base.pug
55
title PostCSS Documentation
66
link( rel="stylesheet" href="./docs.pcss" )
7-
include ./chat/chat.pug
87
body
98
main
109
include ./hero/fixed.pug

src/index.pcss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
@import url("./sponsors/sponsors.pcss");
1212
@import url("./showcase/showcase.pcss");
1313
@import url("./community/community.pcss");
14-
@import url("./chat/chat.pcss");

src/index.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ html( lang="en" )
1414
include ./sponsors/sponsors.pug
1515
include ./showcase/showcase.pug
1616
include ./community/community.pug
17-
include ./chat/chat.pug
1817
include ./socials/socials.pug
1918
include ./footer/footer.pug
2019
script( type="module" ) import './community/community.js'

src/socials/gitter.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)