Skip to content

Commit

Permalink
fix: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 30, 2021
1 parent 887a189 commit 1e06f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lines.ts
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 1e06f00

Please sign in to comment.