ZVB7HI2D7FKDKBRUXFY2V3U3PY5MDRIOTFODXDOGZ6GDD7Z4Q5DQC
U4QV4WLONQATENA324MPM3QGOGNMGBEPI3BBG76QHANRKAFGEQBAC
CssRule sampleElements ({ {ID, "sampleID"}, {CLASS, "sampleClass"} });
CssRule sampleElements ({
{ID, "sampleID"},
{CLASS, "sampleClass"}
});
CssRule sampleElements ({{ID, "sampleID"}, {CLASS, "sampleClass"}}, ">");
Style pairId {ID, "somePair >"};
Style pairId {ID, "somePair"};
string combinator;
CssRule(ElementList list) : elements(list) {}
CssRule(ElementList list, string comb="") : elements(list), combinator(comb) {}
else if (!combinator.empty() && elements.size() == 2) { cout << symbol.at(el->first) << el->second << " " << combinator << " "; }
else if (!combinator.empty() && elements.size() == 2) {
cout << symbol.at(el->first) << el->second << " " << combinator << " ";
}