Skip to content

Commit

Permalink
README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
scripthunter7 committed Oct 17, 2023
1 parent bc5d53f commit dd1d0be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/css-tokenizer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CSS / Extended CSS Tokenizer

[![npm-badge]][npm-url] [![install-size-badge]][install-size-url] [![license-badge]][license-url]

This library provides two distinct CSS tokenizers:

1. **Standard CSS Tokenizer**: This tokenizer strictly adheres to the CSS Syntax Level 3 specification outlined by the
Expand Down Expand Up @@ -134,6 +136,11 @@ This project is licensed under the MIT license. See the [LICENSE][license-url] f
[css-tree-repo]: https://github.com/csstree/csstree
[discussions-url]: https://github.com/AdguardTeam/tsurlfilter/discussions
[ecss-tree-repo]: https://github.com/AdguardTeam/ecsstree
[install-size-badge]: https://packagephobia.com/badge?p=@adguard/css-tokenizer
[install-size-url]: https://packagephobia.com/result?p=@adguard/css-tokenizer
[license-badge]: https://img.shields.io/npm/l/@adguard/css-tokenizer
[license-url]: https://github.com/AdguardTeam/tsurlfilter/blob/master/packages/css-tokenizer/LICENSE
[new-issue-url]: https://github.com/AdguardTeam/tsurlfilter/issues/new
[npm-badge]: https://img.shields.io/npm/v/@adguard/css-tokenizer
[npm-url]: https://www.npmjs.com/package/@adguard/css-tokenizer
[xpath-mdn]: https://developer.mozilla.org/en-US/docs/Web/XPath

0 comments on commit dd1d0be

Please sign in to comment.