Skip to content

Commit

Permalink
Remove unused types in css-types.ts (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
yenbekbay authored Feb 15, 2021
1 parent dfa2c90 commit 8b0da23
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/core/types/css-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7670,12 +7670,6 @@ export type TextAnchorProperty = Globals | 'end' | 'middle' | 'start'

export type VectorEffectProperty = Globals | 'non-scaling-stroke' | 'none'

type CounterStyleRangeProperty = 'auto' | 'infinite' | (string & {}) | number

type CounterStyleSpeakAsProperty = 'auto' | 'bullets' | 'numbers' | 'spell-out' | 'words' | (string & {})

type CounterStyleSystemProperty = 'additive' | 'alphabetic' | 'cyclic' | 'fixed' | 'numeric' | 'symbolic' | (string & {})

type FontFaceFontFeatureSettingsProperty = 'normal' | (string & {})

type FontFaceFontDisplayProperty = 'auto' | 'block' | 'fallback' | 'optional' | 'swap'
Expand Down

0 comments on commit 8b0da23

Please sign in to comment.