2017-05-06 11:44:58 -04:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
const build = require('@microsoft/sp-build-web');
|
|
|
|
|
2020-11-19 00:28:59 -05:00
|
|
|
build.addSuppression(
|
|
|
|
`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`
|
|
|
|
);
|
|
|
|
|
|
|
|
build.initialize(require("gulp"));
|