Delete gulpfile.js

This commit is contained in:
Harsha Vardhini 2020-05-18 13:42:08 +05:30 committed by GitHub
parent 0debd35c19
commit bb0f591b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
'use strict';
const build = require('@microsoft/sp-build-web');
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
build.initialize(require('gulp'));