Skip to content

Commit 248c19a

Browse files
committed
docs: update readme
1 parent 24b8104 commit 248c19a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1+
# CSS Parser
2+
13
[![build](https://github.com/visualon/cssparser/actions/workflows/build.yml/badge.svg)](https://github.com/visualon/cssparser/actions/workflows/build.yml)
24
[![VisualOn.CSSParser](https://img.shields.io/nuget/v/VisualOn.CSSParser?label=VisualOn.CSSParser)](https://www.nuget.org/packages/VisualOn.CssParser)
35
[![VisualOn.CSSParser.ExtendedLESSParser](https://img.shields.io/nuget/v/VisualOn.CSSParser.ExtendedLESSParser?label=VisualOn.CSSParser.ExtendedLESSParser)](https://www.nuget.org/packages/VisualOn.CssParser.ExtendedLESSParser)
46
[![codecov](https://codecov.io/gh/visualon/cssparser/branch/main/graph/badge.svg?token=EEGfq3zpqS)](https://codecov.io/gh/visualon/cssparser)
57
![LICENSE](https://img.shields.io/github/license/visualon/cssparser)
68

7-
# CSS Parser
8-
99
This is a fork from [Dan Roberts](https://bitbucket.org/DanRoberts/cssparser).
1010

1111
A simple CSS and LESS parser to categorise strings of content and optionally generate a hierarchical representation of it.
1212

1313
## Changes
14+
1415
See [Releases](https://github.com/visualon/cssparser/releases)
1516

1617
## License
17-
[MIT License](LICENSE.txt)
1818

19+
[MIT License](LICENSE.txt)
1920

2021
### Howto
2122

@@ -115,4 +116,4 @@ becomes something like
115116
padding
116117
8px
117118

118-
*(Above: "html" represent a Selector instance with a ChildFragments property containing Selector instances for the "h1" and "p", each with ChildFragments data made up of StylePropertyValue and StylePropertyValue instances).*
119+
_(Above: "html" represent a Selector instance with a ChildFragments property containing Selector instances for the "h1" and "p", each with ChildFragments data made up of StylePropertyValue and StylePropertyValue instances)._

0 commit comments

Comments
 (0)