2017-03-01 02:35:09 -05:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
const gulp = require('gulp');
|
|
|
|
const build = require('@microsoft/sp-build-web');
|
2018-11-14 10:27:50 -05:00
|
|
|
build.addSuppression(`Warning - [sass] The local CSS class 'ms-Grid' is not camelCase and will not be type-safe.`);
|
2017-03-01 02:35:09 -05:00
|
|
|
|
|
|
|
build.initialize(gulp);
|