Package-level declarations

Types

Link copied to clipboard
abstract class ColorsTask : Task

This task get the colors from a list of Figma files that has to be provided as instance of ThemeFile.

Link copied to clipboard
data class ThemeFile(val theme: String, val fileKey: FileKey)

A custom pair which match a theme with a Figma file.