Sha256: 023628f5f0d3bb0cc0d20688c159dd3fe2403516c5013ac80ced5c207cb0f912
Contents?: true
Size: 867 Bytes
Versions: 1
Compression:
Stored size: 867 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/ezl5238/dev/decko/gem/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/ezl5238/dev/decko/gem/mod/bootstrap/set/type/bootswatch_skin.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod022-bootstrap/type/bootswatch_skin.rb |