Skip to content

Commit fea2fbb

Browse files
committed
#2036 fix issue with RichText toolbar not rendering correctly
1 parent 5fe4dc0 commit fea2fbb

File tree

3 files changed

+457
-449
lines changed

3 files changed

+457
-449
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ build.addSuppression(`Warning - [sass] The local CSS class 'ms-motion-slideUpOut
1818
build.addSuppression(`Warning - [sass] The local CSS class 'ms-motion-slideDownOut' is not camelCase and will not be type-safe.`);
1919
build.addSuppression(`Warning - [sass] The local CSS class 'ms-motion-slideUpIn' is not camelCase and will not be type-safe.`);
2020
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.`);
2122

2223
// Update the version number in the version.ts file
2324
gulp.task('versionUpdater', (done) => {

0 commit comments

Comments
 (0)