File tree Expand file tree Collapse file tree 3 files changed +457
-449
lines changed Expand file tree Collapse file tree 3 files changed +457
-449
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ build.addSuppression(`Warning - [sass] The local CSS class 'ms-motion-slideUpOut
18
18
build . addSuppression ( `Warning - [sass] The local CSS class 'ms-motion-slideDownOut' is not camelCase and will not be type-safe.` ) ;
19
19
build . addSuppression ( `Warning - [sass] The local CSS class 'ms-motion-slideUpIn' is not camelCase and will not be type-safe.` ) ;
20
20
build . addSuppression ( `Warning - [sass] The local CSS class 'ms-motion-slideDownIn' is not camelCase and will not be type-safe.` ) ;
21
+ build . addSuppression ( `Warning - [sass] The local CSS class 'pnp-richtext-quill-container' is not camelCase and will not be type-safe.` ) ;
21
22
22
23
// Update the version number in the version.ts file
23
24
gulp . task ( 'versionUpdater' , ( done ) => {
You can’t perform that action at this time.
0 commit comments