MCPcopy Create free account
hub / github.com/chearon/dropflow / peg$f113

Function peg$f113

src/parse-css.js:1131–1137  ·  view source on GitHub ↗
(t, s, c, w)

Source from the content-addressed store, hash-verified

1129 return ret;
1130 };
1131 var peg$f113 = function(t, s, c, w) {
1132 const ret = {};
1133 setTopRightBottomLeftOr(t, ret, 'border', 'Color', c, c, c, c);
1134 setTopRightBottomLeftOr(t, ret, 'border', 'Style', s, s, s, s);
1135 if (w) setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w);
1136 return ret;
1137 };
1138 var peg$f114 = function(t, w) {
1139 return setTopRightBottomLeftOr(t, {}, 'border', 'Width', w, w, w, w);
1140 };

Callers 1

peg$parseborder_decFunction · 0.85

Calls 1

setTopRightBottomLeftOrFunction · 0.85

Tested by

no test coverage detected