You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@blaasvaer, I build out a gulp 4 project quickly and there doesn't seem to be anything terribly complex about it or too different for that matter. Is there something, in particular, you're having issues it?
As a note, though: how to use LostGrid in one's project could certainly use some more documentation. I'm going to see if I can whip something up but it might not happen right away.
constpostcss=require("gulp-postcss");constlost=require("lost");const{ src, dest }=require("gulp");functiondefaultTask(){returnsrc("css/*.css").pipe(postcss([lost()])).pipe(dest("output/"));}exports.default=defaultTask;
As stated in the header.
The text was updated successfully, but these errors were encountered: