Sha256: 9c83ee63376c98e7a41989cb611036dfd27016634e530cd80dad30cffc024c39
Contents?: true
Size: 874 Bytes
Versions: 10
Compression:
Stored size: 874 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Type # Set: All "BootswatchSkin" cards # module BootswatchSkin; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/bootstrap/set/type/bootswatch_skin.rb"; end include_set Abstract::BootswatchTheme # override to customize the theme or to make it customizable # @return [Card, String, Array<Card, String>] strings must be valid (s)css; cards # must be of type (S)CSS def variables_content scss_from_theme_file :variables end # override to customize the theme or to make it customizable # @return [Card, String, Array<Card,String>] strings must be valid (s)css; cards # must be of type (S)CSS def stylesheets_content scss_from_theme_file(:bootswatch) end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card/mod/bootstrap/set/type/bootswatch_skin.rb ~~
Version data entries
10 entries across 10 versions & 1 rubygems