|
|
Donner
C++20 SVG rendering library
|
Parse a CSS stylesheet into a list of selectors and their associated declarations. More...
#include "donner/css/parser/StylesheetParser.h"
Static Public Member Functions | |
| static Stylesheet | Parse (std::string_view str) |
| Parse a CSS stylesheet into a list of selectors and their associated declarations, as well as @font-face rules. | |
Parse a CSS stylesheet into a list of selectors and their associated declarations.
|
static |
Parse a CSS stylesheet into a list of selectors and their associated declarations, as well as @font-face rules.
| str | Input stylesheet string. |