Sha256: 526048d6390d45a75cd8b93fbc3faccf6fe3f611afa8d3c7b88cf83a573daa90
Contents?: true
Size: 873 Bytes
Versions: 8
Compression:
Stored size: 873 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
8 entries across 8 versions & 1 rubygems