-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(services): minor refactor + code style (#6557)
* refactor(services): use short power syntax in easing functions * refactor(services): clean up icons' presets' code * style(theme): comment default colors * Update packages/vuetify/src/services/goto/__tests__/easing-patterns.spec.ts Co-Authored-By: sh7dm <[email protected]> * style: fix color annotations
- Loading branch information
1 parent
65cabd9
commit a0ebde1
Showing
5 changed files
with
41 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Types | ||
import { VuetifyIconSets } from 'vuetify/types/services/icons' | ||
|
||
import md from './md' | ||
import mdi from './mdi' | ||
import fa from './fa' | ||
import fa4 from './fa4' | ||
|
||
export default Object.freeze({ | ||
md, mdi, fa, fa4 | ||
}) as VuetifyIconSets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters