Abraham Galindo 55ac20686a Update latest packages (#849)
* Upgrade to SPFx 1.8.1

* Unmount property pane when pane is closed

* Remove unused config

* Move styles to sass

* Disabled dropdown
2019-05-08 22:37:08 +03:00

9 lines
237 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);