Skip to content

Commit bf74813

Browse files
committed
Fix build error.
1 parent 1e7a6f3 commit bf74813

File tree

1 file changed

+0
-3
lines changed
  • libraries/load-themed-styles/src

1 file changed

+0
-3
lines changed

libraries/load-themed-styles/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ const _themeState: IThemeState = initializeThemeState();
110110
// tslint:disable-next-line:max-line-length
111111
const _themeTokenRegex: RegExp = /[\'\"]\[theme:\s*(\w+)\s*(?:\,\s*default:\s*([\\"\']?[\.\,\(\)\#\-\s\w]*[\.\,\(\)\#\-\w][\"\']?))?\s*\][\'\"]/g;
112112

113-
/** Maximum style text length, for supporting IE style restrictions. */
114-
const MAX_STYLE_CONTENT_SIZE: number = 10000;
115-
116113
const now: () => number =
117114
() => (typeof performance !== 'undefined' && !!performance.now) ? performance.now() : Date.now();
118115

0 commit comments

Comments
 (0)