B:BD[
3.201] → [
3.201:259]
B:BD[
3.355] → [
3.355:360]
B:BD[
3.397] → [
3.397:477]
CssRule sampleClass (CLASS, "sampleClass");
CssRule sampleElements ({{ID, "sampleID"}, {CLASS, "sampleClass"}}, ">");
Style pairId {ID, "somePair"};
CssRule ruleWithVariable({
pairId,
{TAG, "p"}
});
string grid = "grid";
// -------
string pageWidth = "80%";
// -------
Style marginZero {"margin", "0 auto"};
Style defaultPadding {"padding", "10px"};
CssRule page(make_pair(CLASS, "page") );
page.addRule("width:", "80%");
page.addRule(marginZero);
page.addRule(defaultPadding);