struct Components::CSS::Tokens::Palette

Defined in:

components/css/tokens/amber_theme.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, stops : Hash(String, String)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, stops _stops = @stops) #

[View source]
def name : String #

def stops : Hash(String, String) #