Ejaz Hussain 2194dd957b React image gallery (#799)
* react-image-gallery web part added

* Update README.md
2019-03-09 12:41:07 +02: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);