From 47db9d29ad728936f552f778094e7bca1b6eb5ef Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Fri, 24 Apr 2020 22:25:06 -0400 Subject: [PATCH] Update gulpfile.js Removed warning for ms-DetailsList --- samples/react-add-js-css-ref/gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/react-add-js-css-ref/gulpfile.js b/samples/react-add-js-css-ref/gulpfile.js index 7958fd5d8..28e496619 100644 --- a/samples/react-add-js-css-ref/gulpfile.js +++ b/samples/react-add-js-css-ref/gulpfile.js @@ -3,5 +3,6 @@ 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.addSuppression(`Warning - [sass] The local CSS class 'ms-DetailsList' is not camelCase and will not be type-safe.`); build.initialize(gulp);