diff --git a/src/lines.ts b/src/lines.ts index 5d635e476..22b9c145d 100644 --- a/src/lines.ts +++ b/src/lines.ts @@ -1,4 +1,4 @@ -import { BOX, BREAK, CLAMP, DASH, DISPLAY, ELLIPSIS, HIDDEN, LINE, ORIENT, OVERFLOW, TEXT, VERTICAL, WORD, WRAP } from './constants/css-property-keyword'; +import { BOX, BREAK, DASH, ELLIPSIS, HIDDEN, VERTICAL, WORD } from './constants/css-property-keyword'; import { WEBKIT_PREFIX } from './constants/css-browser-prefix'; import { Style } from '@master/style';