Browse Source

Add CSS parser.

pull/1159/head
Jamie 4 years ago
parent
commit
2c3c9ba742
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      README.md

+ 4
- 3
README.md View File

56
     - [Search](#search)
56
     - [Search](#search)
57
     - [Command Line](#command-line)
57
     - [Command Line](#command-line)
58
     - [Authentication and Authorization](#authentication-and-authorization)
58
     - [Authentication and Authorization](#authentication-and-authorization)
59
-    - [Markup](#markup)
59
+    - [Markup and CSS](#markup-and-css)
60
     - [Strings](#strings)
60
     - [Strings](#strings)
61
     - [Numbers](#numbers)
61
     - [Numbers](#numbers)
62
     - [Filtering and Validation](#filtering-and-validation)
62
     - [Filtering and Validation](#filtering-and-validation)
636
 * [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
636
 * [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
637
 * [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
637
 * [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
638
 
638
 
639
-### Markup
640
-*Libraries for working with markup.*
639
+### Markup and CSS
640
+*Libraries for working with markup and CSS.*
641
 
641
 
642
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
642
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
643
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
643
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
646
 * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
646
 * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
647
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
647
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
648
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
648
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
649
+* [PHP CSS Parser](https://github.com/sabberworm/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
649
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
650
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
650
 
651
 
651
 ### Strings
652
 ### Strings

Loading…
Cancel
Save