Skip to content

Commit

Permalink
README.md: fix badges (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 1, 2023
1 parent 61dce8c commit 625cde5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -5,10 +5,9 @@
<br/>
</h1>

[![npm version](https://img.shields.io/npm/v/clean-css.svg?style=flat)](https://www.npmjs.com/package/clean-css)
[![Build Status](https://img.shields.io/github/workflow/status/clean-css/clean-css/Tests/master)](https://github.com/clean-css/clean-css/actions?query=workflow%3ATests+branch%3Amaster)
[![PPC Linux Build Status](https://img.shields.io/travis/clean-css/clean-css/master.svg?style=flat&label=PPC%20Linux%20build)](https://travis-ci.org/clean-css/clean-css)
[![npm Downloads](https://img.shields.io/npm/dm/clean-css.svg)](https://npmcharts.com/compare/clean-css?minimal=true)
[![npm version](https://img.shields.io/npm/v/clean-css?logo=npm&logoColor=fff)](https://www.npmjs.com/package/clean-css)
[![Build Status](https://img.shields.io/github/actions/workflow/status/clean-css/clean-css/test.yml?branch=master&label=Tests&logo=github)](https://github.com/clean-css/clean-css/actions/workflows/test.yml?query=workflow%3ATests+branch%3Amaster)
[![npm Downloads](https://img.shields.io/npm/dm/clean-css.svg?logo=npm&logoColor=fff)](https://npmcharts.com/compare/clean-css?minimal=true)

clean-css is a fast and efficient CSS optimizer for [Node.js](http://nodejs.org/) platform and [any modern browser](https://clean-css.github.io/).

Expand Down

0 comments on commit 625cde5

Please sign in to comment.