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
This is a fork from [Dan Roberts](https://bitbucket.org/DanRoberts/cssparser).
10
10
11
11
A simple CSS and LESS parser to categorise strings of content and optionally generate a hierarchical representation of it.
12
12
13
13
## Changes
14
+
14
15
See [Releases](https://github.com/visualon/cssparser/releases)
15
16
16
17
## License
17
-
[MIT License](LICENSE.txt)
18
18
19
+
[MIT License](LICENSE.txt)
19
20
20
21
### Howto
21
22
@@ -115,4 +116,4 @@ becomes something like
115
116
padding
116
117
8px
117
118
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