2018-02-17 10:19:58 -05:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
const build = require('@microsoft/sp-build-web');
|
2020-04-29 13:52:28 -04:00
|
|
|
|
2018-02-17 10:19:58 -05:00
|
|
|
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
|
|
|
|
|
2020-04-29 13:52:28 -04:00
|
|
|
build.initialize(require('gulp'));
|