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

Function peg$f112

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

Source from the content-addressed store, hash-verified

1122 return ret;
1123 };
1124 var peg$f112 = function(t, c, s, w) {
1125 const ret = {};
1126 setTopRightBottomLeftOr(t, ret, 'border', 'Color', c, c, c, c);
1127 setTopRightBottomLeftOr(t, ret, 'border', 'Style', s, s, s, s);
1128 if (w) setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w);
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);

Callers 1

peg$parseborder_decFunction · 0.85

Calls 1

setTopRightBottomLeftOrFunction · 0.85

Tested by

no test coverage detected