asset-pipe / asset-pipe-css-reader

A module that takes any number of css feed streams (provided by asset-pipe sinks) and bundles them into a readable stream of css content.
Other
0 stars 0 forks source link

fix: Ensure newline between concatenated CSS chunks #7

Closed digitalsadhu closed 7 years ago

digitalsadhu commented 7 years ago

Status

READY

Description

Makes sure that there is a bit of space between concatenation of CSS chunks during the bundling process.

Todos