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')