
Leafgro Soil Conditioner (1.5 Cubic Feet)
Leafgro 40 lb. Leaf Hummus features a mixture of composted grass clipping and leaves. The Leafgro 40 lb. Leaf Hummus is designed for use in soil conditioning applications. This leaf hummus is 100% organic and can be used when planting shrubs and trees, for lawn establishment, for bed preparation, and for various other garden soil needs. Soil Calculator Soil Calculator Enter the dimensions of the area you want to fill: Length (feet): Width (feet): Depth (inches): Calculate function calculateMulch() { let length = parseFloat(document.getElementById("length").value); let width = parseFloat(document.getElementById("width").value); let depth = parseFloat(document.getElementById("depth").value); if (isNaN(length) || isNaN(width) || isNaN(depth) || length