libhtmlpp 1.0.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
css.h File Reference
#include <string>
#include <vector>
#include <map>
#include <set>
#include <memory>
Include dependency graph for css.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libhtmlpp::CSSProperty
 
class  libhtmlpp::CSSDeclaration
 
class  libhtmlpp::CSSRule
 
class  libhtmlpp::CSSStyleSheet
 

Namespaces

namespace  libhtmlpp
 Core namespace for the libhtmlpp HTML parsing and printing library.
 

Functions

std::string libhtmlpp::resolveCSSVariables (const std::string &value, const std::map< std::string, std::string > &customProperties)
 Resolves every var(--name) / var(--name, fallback) reference in value using customProperties (custom-property name -> its own raw stored value, e.g.