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

Function peg$f117

src/parse-css.js:1147–1152  ·  view source on GitHub ↗
(t, i)

Source from the content-addressed store, hash-verified

1145 return setTopRightBottomLeftOr(t, {}, 'border', 'Style', s, s, s, s);
1146 };
1147 var peg$f117 = function(t, i) {
1148 const ret = setTopRightBottomLeftOr(t, {}, 'border', 'Style', i, i, i, i);
1149 setTopRightBottomLeftOr(t, ret, 'border', 'Width', i, i, i, i);
1150 setTopRightBottomLeftOr(t, ret, 'border', 'Color', i, i, i, i);
1151 return ret;
1152 };
1153 var peg$f118 = function(backgroundColor) {
1154 return {backgroundColor};
1155 };

Callers 1

peg$parseborder_decFunction · 0.85

Calls 1

setTopRightBottomLeftOrFunction · 0.85

Tested by

no test coverage detected