Velin Georgiev 3499fe91cc updated to 1.4.1 (#484)
tests updated, package removed
2018-04-27 18:26:48 +03:00

8 lines
236 B
JavaScript

'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.`);
build.initialize(gulp);