You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ $rtlcss->flip();
31
31
echo $tree->render();
32
32
```
33
33
34
-
For parsing options and rendering, refer to [Sabeerword/PHP-CSS-Parser](https://github.com/sabberworm/PHP-CSS-Parser).
34
+
For parsing options and rendering, refer to [Sabberworm/PHP-CSS-Parser](https://github.com/sabberworm/PHP-CSS-Parser).
35
35
36
36
## Output sample
37
37
@@ -174,12 +174,12 @@ A lot of common CSS rules are supported, however a few complex ones are not. To
174
174
175
175
## About this tool
176
176
177
-
This tool is very heavily inspired by [MohammaYounes/rtlcss](https://github.com/MohammadYounes/rtlcss), even though at this stage it does not include all of its features. See this library as a partial port of the latter.
177
+
This tool is very heavily inspired by [MohammadYounes/rtlcss](https://github.com/MohammadYounes/rtlcss), even though at this stage it does not include all of its features. See this library as a partial port of the latter.
178
178
179
179
## Credits
180
180
181
-
*[MohammaYounes/rtlcss](https://github.com/MohammadYounes/rtlcss) for being the example we followed.
182
-
*[Sabeerword/PHP-CSS-Parser](https://github.com/sabberworm/PHP-CSS-Parser) for parsing CSS in PHP.
181
+
*[MohammadYounes/rtlcss](https://github.com/MohammadYounes/rtlcss) for being the example we followed.
182
+
*[Sabberworm/PHP-CSS-Parser](https://github.com/sabberworm/PHP-CSS-Parser) for parsing CSS in PHP.
0 commit comments