function web()

in gulpfile.js/tasks/colors.js [96:103]


function web() {
    return gulp.src('tokens/colors.yml')
        .pipe(gulpTheo({
            transform: { type: 'web' },
            format: { type: 'gpl' }
        }))
        .pipe(gulp.dest('dist/colors'));
}