CSSImportRule

Undocumented in source.

Members

Variables

content
string content;

content of downloaded URL to apply in place of rule

endPos
size_t endPos;

end position - byte offset of next char after closing ';'

startPos
size_t startPos;

start position - byte offset of @import

url
string url;

url of CSS to import

Meta