Skip to content

Commit

Permalink
Update androidConfig.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Subbotin authored Feb 25, 2022
1 parent 467d144 commit cf6998a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FigmaExport/Resources/androidConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ common:
# [optional]
colors:
# [optional] RegExp pattern for color name validation before exporting. If a name contains "/" symbol it will be replaced by "_" before executing the RegExp
nameValidateRegexp: '^[a-zA-Z_]+$' # RegExp pattern for: background, background_primary, widget_primary_background
nameValidateRegexp: '^([a-zA-Z_]+)$' # RegExp pattern for: background, background_primary, widget_primary_background
# [optional] RegExp pattern for replacing. Supports only $n
nameReplaceRegexp: 'color_$1'
# [optional] Extract light and dark mode colors from the lightFileId specified in the figma params. Defaults to false
Expand Down

0 comments on commit cf6998a

Please sign in to comment.