Skip to content

Commit

Permalink
chore: sort
Browse files Browse the repository at this point in the history
  • Loading branch information
MellowCo committed Jul 27, 2024
1 parent 351494d commit 7f41849
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions src/rules/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/* @export-submodules */
export * from './animation'
export * from './align'
export * from './background'
export * from './behaviors'
export * from './border'
export * from './color'
export * from './divide'
export * from './container'
export * from './decoration'
export * from './default'
export * from './flex'
export * from './gap'
Expand All @@ -23,8 +22,10 @@ export * from './transform'
export * from './transition'
export * from './typography'
export * from './variables'
export * from './decoration'

export * from './animation'
export * from './background'
export * from './safe-area'
export * from './container'
export * from './line-clamp'
export * from './filters'
export * from './divide'
2 changes: 1 addition & 1 deletion src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export * from './default'
export * from './filters'
export * from './font'
export * from './misc'
export * from './size'
export * from './preflight'
export * from './size'
export * from './types'
export * from './animation'

0 comments on commit 7f41849

Please sign in to comment.