Skip to content

Commit

Permalink
chore: add fit
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Jul 25, 2023
1 parent 692010a commit 3e4b04f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ const stroke_width = ['stroke-0', 'stroke-1', 'stroke-2']
const will_change = ['will-change-auto', 'will-change-scroll', 'will-change-contents', 'will-change-transform']
const timing_function = ['ease-linear', 'ease-in', 'ease-out', 'ease-in-out']
const shadow = ['shadow', 'shadow-sm', 'shadow-md', 'shadow-lg', 'shadow-xl', 'shadow-2xl', 'shadow-inner', 'shadow-non']

const fit = ['w', 'h', 'object'].map(item => `${item}-fit`)
const suppleMore = [
'container',
...fit,
...line_height,
...common.reduce((result, item) => {
result.push(...Array(10).fill(0).map((_, i) => `${item}-${i}`))
Expand Down

0 comments on commit 3e4b04f

Please sign in to comment.