2020-04-24 00:52:02 -04:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
const gulp = require('gulp');
|
|
|
|
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.`);
|
2020-04-24 22:25:06 -04:00
|
|
|
build.addSuppression(`Warning - [sass] The local CSS class 'ms-DetailsList' is not camelCase and will not be type-safe.`);
|
2020-04-24 00:52:02 -04:00
|
|
|
|
|
|
|
build.initialize(gulp);
|