8000 docs: remove badges · FullHuman/purgecss@b77a4dd · GitHub
Skip to content

Commit b77a4dd

Browse files
committed
docs: remove badges
- remove badges - rename master to main
1 parent 9848f82 commit b77a4dd

File tree

8 files changed

+13
-36
lines changed

8 files changed

+13
-36
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Purgecss use [SemVer](http://semver.org/) for versioning.
1313
**Before submitting a pull request,** please make sure the following is done:
1414

1515
1. Fork [the repository](https://github.com/FullHuman/purgecss)
16-
and create your branch from `master`.
16+
and create your branch from `main`.
1717
2. If you've added code that should be tested, add tests!
1818
3. If you've changed APIs, update the documentation.
1919
4. Ensure the test suite passes (`npm test`).

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# PurgeCSS
22

3-
![David (path)](https://img.shields.io/david/FullHuman/purgecss?path=packages%2Fpurgecss&style=for-the-badge)
4-
![David (path)](https://img.shields.io/david/dev/FullHuman/purgecss?path=packages%2Fpurgecss&style=for-the-badge)
5-
![Dependabot](https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge)
6-
![npm](https://img.shields.io/npm/v/purgecss?style=for-the-badge)
7-
![npm](https://img.shields.io/npm/dw/purgecss?style=for-the-badge)
3+
[![npm](https://img.shields.io/npm/v/purgecss?style=for-the-badge)](https://www.npmjs.com/package/purgecss)
4+
![npm](https://img.shields.io/npm/dm/purgecss?style=for-the-badge)
85
![GitHub](https://img.shields.io/github/license/FullHuman/purgecss?style=for-the-badge)
6+
![Dependabot](https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge)
97

108
<p align="center">
119
<img src="https://i.imgur.com/UEiUiJ0.png" height="200" width="200" alt="PurgeCSS logo"/>

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777
searchPlaceholder: "Search...",
7878
repo: "FullHuman/purgecss",
7979
docsDir: "docs",
80-
docsBranch: "master",
80+
docsBranch: "main",
8181
editLinks: true,
8282
editLinkText: "Help us improve this page!",
8383
evergreen: true,

docs/extractors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Those extractors are still a work in progress.
8080
It is not encouraged to use them in production yet.
8181
:::
8282

83-
- [purgecss-from-html](https://github.com/FullHuman/purgecss/blob/master/packages/purgecss-from-html): HTML files (.html)
84-
- [purgecss-from-js](https://github.com/FullHuman/purgecss/blob/master/packages/purgecss-from-js): JS files
85-
- [purgecss-from-pug](https://github.com/FullHuman/purgecss/blob/master/packages/purgecss-from-pug): Pug files (.pug)
83+
- [purgecss-from-html](https://github.com/FullHuman/purgecss/blob/main/packages/purgecss-from-html): HTML files (.html)
84+
- [purgecss-from-js](https://github.com/FullHuman/purgecss/blob/main/packages/purgecss-from-js): JS files
85+
- [purgecss-from-pug](https://github.com/FullHuman/purgecss/blob/main/packages/purgecss-from-pug): Pug files (.pug)
8686
- [purgecss-from-twig](): Twig files
8787
- [purgecss-from-blade](): Blade files

packages/grunt-purgecss/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# grunt-purgecss
22

3-
[![Build Status](https://travis-ci.org/FullHuman/grunt-purgecss.svg?branch=master)](https://travis-ci.org/FullHuman/purgecss)
4-
[![CircleCi](https://circleci.com/gh/FullHuman/grunt-purgecss/tree/master.svg?style=shield)]()
5-
[![dependencies Status](https://david-dm.org/fullhuman/grunt-purgecss/status.svg)](https://david-dm.org/fullhuman/grunt-purgecss)
6-
[![devDependencies Status](https://david-dm.org/fullhuman/grunt-purgecss/dev-status.svg)](https://david-dm.org/fullhuman/grunt-purgecss?type=dev)
7-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7710684c644d4f7cb725dc10a2a5953f)](https://www.codacy.com/app/FullHuman/grunt-purgecss?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=FullHuman/grunt-purgecss&amp;utm_campaign=Badge_Grade)
8-
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
93
[![npm](https://img.shields.io/npm/v/grunt-purgecss.svg)](https://www.npmjs.com/package/grunt-purgecss)
104
[![license](https://img.shields.io/github/license/fullhuman/grunt-purgecss.svg)]()
115

packages/gulp-purgecss/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# gulp-purgecss
22

3-
[![Build Status](https://travis-ci.org/FullHuman/gulp-purgecss.svg?branch=master)](https://travis-ci.org/FullHuman/gulp-purgecss)
4-
[![CircleCi](https://circleci.com/gh/FullHuman/gulp-purgecss/tree/master.svg?style=shield)]()
5-
[![David](https://img.shields.io/david/FullHuman/gulp-purgecss.svg)]()
6-
[![David](https://img.shields.io/david/dev/FullHuman/gulp-purgecss.svg)]()
7-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f41103d5c2754ebeac6e7701a142bb17)](https://www.codacy.com/app/FullHuman/gulp-purgecss?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=FullHuman/gulp-purgecss&amp;utm_campaign=Badge_Grade)
8-
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
93
[![npm](https://img.shields.io/npm/v/gulp-purgecss.svg)](https://www.npmjs.com/package/gulp-purgecss)
10-
[![license](https://img.shields.io/github/license/fullhuman/gulp-purgecss.svg)]() [![Greenkeeper badge](https://badges.greenkeeper.io/FullHuman/gulp-purgecss.svg)](https://greenkeeper.io/)
4+
[![license](https://img.shields.io/github/license/fullhuman/gulp-purgecss.svg)]()
115

126

137
> [gulp](http://gulpjs.com/) plugin to removed unused CSS, using [purgecss](https://github.com/FullHuman/purgecss)

packages/purgecss-webpack-plugin/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
# purgecss-webpack-plugin
22

3-
[![Build Status](https://travis-ci.org/FullHuman/purgecss-webpack-plugin.svg?branch=master)](https://travis-ci.org/FullHuman/purgecss-webpack-plugin)
4-
[![CircleCi](https://circleci.com/gh/FullHuman/purgecss-webpack-plugin/tree/master.svg?style=shield)]()
5-
[![dependencies Status](https://david-dm.org/fullhuman/purgecss-webpack-plugin/status.svg)](https://david-dm.org/fullhuman/purgecss-webpack-plugin)
6-
[![devDependencies Status](https://david-dm.org/fullhuman/purgecss-webpack-plugin/dev-status.svg)](https://david-dm.org/fullhuman/purgecss-webpack-plugin?type=dev)
7-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c23bd13d30104a7a89bed239166aaf69)](https://www.codacy.com/app/FullHuman/purgecss-webpack-plugin?utm_source=github.com&utm_medium=referral&utm_content=FullHuman/purgecss-webpack-plugin&utm_campaign=Badge_Grade)
8-
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/c23bd13d30104a7a89bed239166aaf69)](https://www.codacy.com/app/FullHuman/purgecss-webpack-plugin?utm_source=github.com&utm_medium=referral&utm_content=FullHuman/purgecss-webpack-plugin&utm_campaign=Badge_Coverage)
9-
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
103
[![npm](https://img.shields.io/npm/v/purgecss-webpack-plugin.svg)](https://www.npmjs.com/package/purgecss-webpack-plugin)
11-
[![license](https://img.shields.io/github/license/fullhuman/purgecss-webpack-plugin.svg)]() [![Greenkeeper badge](https://badges.greenkeeper.io/FullHuman/purgecss-webpack-plugin.svg)](https://greenkeeper.io/)
4+
[![license](https://img.shields.io/github/license/fullhuman/purgecss-webpack-plugin.svg)]()
125

136
[Webpack](https://github.com/webpack/webpack) plugin to remove unused css.
147

packages/purgecss/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# PurgeCSS
22

3-
![David](https://img.shields.io/david/FullHuman/purgecss?path=packages%2Fpurgecss&style=for-the-badge)
4-
![David](https://img.shields.io/david/dev/FullHuman/purgecss?path=packages%2Fpurgecss&style=for-the-badge)
5-
![Dependabot](https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge)
6-
![npm](https://img.shields.io/npm/v/purgecss?style=for-the-badge)
7-
![npm](https://img.shields.io/npm/dw/purgecss?style=for-the-badge)
3+
[![npm](https://img.shields.io/npm/v/purgecss?style=for-the-badge)](https://www.npmjs.com/package/purgecss)
4+
![npm](https://img.shields.io/npm/dm/purgecss?style=for-the-badge)
85
![GitHub](https://img.shields.io/github/license/FullHuman/purgecss?style=for-the-badge)
6+
![Dependabot](https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge)
97

108
<p align="center">
119
<img src="https://i.imgur.com/UEiUiJ0.png" height="200" width="200" alt="PurgeCSS logo"/>

0 commit comments

Comments
 (0)