joaojmendes c4f71bc158 React-Birthdays Web Part (#716)
* Birthday Web Part

* commit change

* commit chnages

* commit changes

* commit changes

* commit changes

* commit changes

* commit changes

* Update index.js
2018-12-28 17:47:35 +02:00

11 lines
239 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);