Alex Terentiev 060dd3438a Page Sections Navigation (#797)
* basic interaction between web parts

* final desktop-ready version

* web parts icons

* readme

* configuration gif in readme

* custom css updates and example
2019-03-09 12:59:15 +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);