function android()

in gulpfile.js/tasks/colors.js [106:113]


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