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