2017-10-25 12:37:54 -04:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
const gulp = require('gulp');
|
|
|
|
const build = require('@microsoft/sp-build-web');
|
2020-04-28 05:15:27 -04:00
|
|
|
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
|
2017-10-25 12:37:54 -04:00
|
|
|
|
|
|
|
build.initialize(gulp);
|