Skip to content

Commit

Permalink
Merge branch 'alpha' of github.com:master-style/styles into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSeage committed Dec 30, 2021
2 parents 87c91e6 + 1e06f00 commit 1e97357
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 1e97357

Please sign in to comment.