Skip to content

Commit

Permalink
feat(preset-uno): add missing position sticky and static (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Nov 21, 2021
1 parent c8b265b commit be8c24f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/preset-uno/src/rules/position.ts
Expand Up @@ -5,6 +5,8 @@ export const positions: Rule[] = [
['relative', { position: 'relative' }],
['absolute', { position: 'absolute' }],
['fixed', { position: 'fixed' }],
['sticky', { position: 'sticky' }],
['static', { position: 'static' }],
]

export const justifies: Rule[] = [
Expand Down

0 comments on commit be8c24f

Please sign in to comment.