From e6359ed9a1bc74de5ef51c728d0630a89e2200bc Mon Sep 17 00:00:00 2001 From: TokugawaTakesi Date: Thu, 11 Apr 2019 12:06:08 +0900 Subject: [PATCH] requested changes done --- types/gulp-postcss/gulp-postcss-tests.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/gulp-postcss/gulp-postcss-tests.ts b/types/gulp-postcss/gulp-postcss-tests.ts index 8da7748431..5bcc61b89f 100644 --- a/types/gulp-postcss/gulp-postcss-tests.ts +++ b/types/gulp-postcss/gulp-postcss-tests.ts @@ -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')