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

Function peg$f108

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

Source from the content-addressed store, hash-verified

1094 return setTopRightBottomLeft({}, 'border', 'Color', s, s, s, s);
1095 };
1096 var peg$f108 = function(t, w, s, c) {
1097 const ret = {};
1098 setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w);
1099 setTopRightBottomLeftOr(t, ret, 'border', 'Style', s, s, s, s);
1100 if (c) setTopRightBottomLeftOr(t, ret, 'border', 'Color', c, c, c, c);
1101 return ret;
1102 };
1103 var peg$f109 = function(t, s, w, c) {
1104 const ret = {};
1105 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