Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdeng/ccss
Simple CSS parser/serializer in C++ 11 using regex
https://github.com/jdeng/ccss
Last synced: 12 days ago
JSON representation
Simple CSS parser/serializer in C++ 11 using regex
- Host: GitHub
- URL: https://github.com/jdeng/ccss
- Owner: jdeng
- License: mit
- Created: 2014-01-18T03:32:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-18T03:35:00.000Z (almost 11 years ago)
- Last Synced: 2024-12-18T22:02:11.822Z (28 days ago)
- Language: C
- Homepage:
- Size: 118 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ccss
====Simple CSS parser/serializer in C++ 11 using regex
Based on https://github.com/reworkcss/css-parse & https://github.com/reworkcss/css-stringify
Not fully tested.