-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(figma-plugin): 서비스 아이콘, Fat 태그 추가
- Loading branch information
1 parent
301d2d2
commit f21a858
Showing
3 changed files
with
29 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export const Tag = { | ||
service: "tag:service", | ||
figmaNotPublished: "tag:figma-not-published", | ||
fat: "tag:fat", | ||
}; | ||
|
||
export const Meta = { | ||
service: "[서비스아이콘]", | ||
fat: "_fat", | ||
figmaNotPublished: ".", | ||
}; |
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