Skip to content

Commit b0d875a

Browse files
author
Andreas Sandberg
committed
Conflicts: lib/CSSList.php
2 parents 9aa6e03 + 71f8d37 commit b0d875a

35 files changed

+2243
-1843
lines changed

README.md

Lines changed: 239 additions & 222 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "sabberworm/php-css-parser",
3+
"type": "library",
4+
"description": "Parser for CSS Files written in PHP",
5+
"keywords": ["parser", "css", "stylesheet"],
6+
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
7+
"license": "MIT",
8+
"authors": [
9+
{"name": "Raphael Schweikert"}
10+
],
11+
"require": {
12+
"php": ">=5.3.2"
13+
},
14+
"autoload": {
15+
"psr-0": { "Sabberworm\\CSS": "lib/" }
16+
}
17+
}

lib/CSSProperties.php

Lines changed: 0 additions & 124 deletions
This file was deleted.

lib/CSSRule.php

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)