Skip to content

Commit 15bb18e

Browse files
committed
Compile + Prettier
1 parent b7ee608 commit 15bb18e

File tree

3 files changed

+34
-24
lines changed

3 files changed

+34
-24
lines changed

lib/misc/colors.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export declare function getColors(selectors: {
2+
[P: string]: string;
3+
}): {
4+
[P: string]: string;
5+
};

lib/misc/colors.js

Lines changed: 28 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/misc/colors.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)