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

Function peg$f110

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

Source from the content-addressed store, hash-verified

1108 return ret;
1109 };
1110 var peg$f110 = function(t, w, c, s) {
1111 const ret = {};
1112 setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w);
1113 setTopRightBottomLeftOr(t, ret, 'border', 'Color', c, c, c, c);
1114 if (s) setTopRightBottomLeftOr(t, ret, 'border', 'Style', s, s, s, s);
1115 return ret;
1116 };
1117 var peg$f111 = function(t, c, w, s) {
1118 const ret = {};
1119 setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w);

Callers 1

peg$parseborder_decFunction · 0.85

Calls 1

setTopRightBottomLeftOrFunction · 0.85

Tested by

no test coverage detected