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

Function peg$f32

src/parse-css.js:847–847  ·  view source on GitHub ↗
(font_size)

Source from the content-addressed store, hash-verified

845 var peg$f30 = function() { return { value: 1/1.2, unit: 'em' } };
846 var peg$f31 = function() { return { value: 1.2, unit: 'em' } };
847 var peg$f32 = function(font_size) { return font_size; };
848 var peg$f33 = function(line_height) { return line_height; };
849 var peg$f34 = function(vertical_align) { return vertical_align; };
850 var peg$f35 = function() { return 400; };

Callers 1

peg$parsefont_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected