0
I use Postcss to generate a css framework, I can use it in a good way, my only problem is the output. If I have 8 CSS files Postcss generates me and treats the 8 in new 8 files, but the ideal for me would be to unite them in a single file.
Does anyone know if it would be possible to do this with Postcss or otherwise dynamically?
The solution need not necessarily be with gulpjs.
Since I thank.