2017-11-06 02:28:43 -05:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
const build = require('@microsoft/sp-build-web');
|
2020-04-12 01:32:47 -04:00
|
|
|
|
2018-01-31 22:26:41 -05:00
|
|
|
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
|
2017-11-06 02:28:43 -05:00
|
|
|
|
2020-04-12 01:32:47 -04:00
|
|
|
build.initialize(require('gulp'));
|