requested changes done

This commit is contained in:
TokugawaTakesi 2019-04-11 12:06:08 +09:00
parent f37d692cb1
commit e6359ed9a1

View File

@ -1,8 +1,8 @@
import * as gulp from 'gulp';
import * as postcss from 'gulp-postcss';
import * as autoprefixer from 'autoprefixer';
import * as Vinyl from 'vinyl';
import * as sass from 'sass';
import postcss = require('gulp-postcss');
import autoprefixer = require('autoprefixer');
import sass = require('sass');
gulp.task('postCss1', () => {
return gulp.src('./src/*.css')