Skip to content

Commit 3536231

Browse files
committed
docs: added first stack of badges to the README
1 parent 8a62f02 commit 3536231

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CSS if() Function Polyfill
22

3+
[![MIT license](https://img.shields.io/npm/l/css-if-polyfill.svg "license badge")](https://opensource.org/licenses/mit-license.php)
4+
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/css-if-polyfill)](https://bundlephobia.com/result?p=css-if-polyfill)
5+
6+
[![Total downloads ~ Npmjs](https://img.shields.io/npm/dt/css-if-polyfill.svg "Count of total downloads – NPM")](https://npmjs.com/package/css-if-polyfill "CSS if() function polyfill – on NPM")
7+
[![jsDelivr CDN downloads](https://data.jsdelivr.com/v1/package/npm/css-if-polyfill/badge "Count of total downloads – jsDelivr")](https://www.jsdelivr.com/package/npm/css-if-polyfill "CSS if() function polyfill – on jsDelivr")
8+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/8338e7ee4e554d05b5277cb449d92375)](https://www.codacy.com/gh/mfranzke/css-if-polyfill/dashboard)
9+
[![GitHub Super-Linter](https://github.com/mfranzke/css-if-polyfill/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/mfranzke/css-if-polyfill/actions/workflows/linter.yml)
10+
[![CodeQL](https://github.com/mfranzke/css-if-polyfill/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/mfranzke/css-if-polyfill/actions/workflows/codeql-analysis.yml)
11+
[![Known Vulnerabilities](https://snyk.io/test/github/mfranzke/css-if-polyfill/badge.svg?targetFile=package.json)](https://snyk.io/test/github/mfranzke/css-if-polyfill?targetFile=package.json)
12+
[![css-if-polyfill on Npmjs](https://img.shields.io/npm/v/css-if-polyfill.svg?color=rgb%28237%2C%2028%2C%2036%29 "npm version")](https://npmjs.com/package/css-if-polyfill "CSS if() function polyfill – on NPM")
13+
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
14+
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
15+
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
16+
[![Join the chat at https://gitter.im/css-if-polyfill/community](https://badges.gitter.im/css-if-polyfill/community.svg)](https://gitter.im/css-if-polyfill/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
17+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
18+
[![Open Source Love](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
19+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE-OF-CONDUCT.md)
20+
321
A comprehensive JavaScript polyfill for the [CSS `if()` function](https://developer.mozilla.org/en-US/docs/Web/CSS/if) that provides support for conditional CSS with `style()`, [`media()`](https://developer.mozilla.org/de/docs/Web/CSS/@media), and [`supports()`](https://developer.mozilla.org/de/docs/Web/CSS/@supports) functions. Now with enhanced support for **multiple conditions within a single if()** and **shorthand property usage**.
422

523
## Features

0 commit comments

Comments
 (0)