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).
4
4
5
+
A simple CSS and LESS parser to categorise strings of content and optionally generate a hierarchical representation of it.
6
+
7
+
## Changes
8
+
See [Changelog](CHANGELOG.md)
9
+
10
+
## License
11
+
[MIT License](LICENSE)
12
+
13
+
14
+
### Howto
15
+
5
16
This was written to fulfill a need I had to run quickly through a string of CSS and identify what "type" each character was. With an optional ability to parse it into hierarchical data describing nested selectors and/or media queries (most applicable to LESS rather than vanilla CSS since LESS supports nesting of selectors whereas CSS only supports single nesting of a selector within a media query).
0 commit comments