Skip to content

Commit

Permalink
AG-16871 improve readme
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 6162f41b80c1370ad7bb68f321eec429f62176c8
Author: Slava Leleka <[email protected]>
Date:   Fri Oct 7 15:28:04 2022 +0300

    fix description

commit 453949cfe02f42d57cfc8fb74e72689d31bd870f
Author: Slava Leleka <[email protected]>
Date:   Fri Oct 7 14:34:21 2022 +0300

    add few badges to readme

commit bb8a9168e47e006afec74803f126c32bd575c3c4
Author: Slava Leleka <[email protected]>
Date:   Fri Oct 7 14:29:30 2022 +0300

    improve lib description
  • Loading branch information
slavaleleka committed Oct 11, 2022
1 parent 214f4b8 commit e8286b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# <a id="homepage"> ExtendedCss
# <a id="homepage"></a> ExtendedCss ![npm](https://img.shields.io/npm/v/@adguard/extended-css) [![install size](https://packagephobia.com/badge?p=@adguard/extended-css)](https://packagephobia.com/result?p=@adguard/extended-css) ![GitHub](https://img.shields.io/github/license/AdGuardTeam/ExtendedCss)

AdGuard's ExtendedCss library for applying CSS styles with extended selection properties.
AdGuard's TypeScript library for non-standard element selecting and applying CSS styles with extended properties.

The idea of extended capabilities is an opportunity to match DOM elements with selectors based on their own representation (style, text content, etc.) or relations with other elements. There is also an opportunity to apply styles with non-standard CSS properties.

* [Extended capabilities](#extended-capabilities)
* [Limitations](#extended-css-limitations)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adguard/extended-css",
"version": "2.0.0",
"description": "AdGuard's JavaScript library for applying CSS styles with extended selection properties.",
"description": "AdGuard's TypeScript library for non-standard element selecting and applying CSS styles with extended properties.",
"main": "dist/extended-css.umd.js",
"module": "dist/extended-css.esm.js",
"typings": "dist/types",
Expand Down

0 comments on commit e8286b1

Please sign in to comment.