Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.