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

Version Path
card-1.101.7 tmpsets/set/mod022-card-mod-bootstrap/type/bootswatch_skin.rb
card-1.101.6 tmpsets/set/mod022-card-mod-bootstrap/type/bootswatch_skin.rb
card-1.101.5 tmpsets/set/mod021-card-mod-bootstrap/type/bootswatch_skin.rb
card-1.101.4 tmpsets/set/mod021-card-mod-bootstrap/type/bootswatch_skin.rb
card-1.101.3 tmpsets/set/mod021-card-mod-bootstrap/type/bootswatch_skin.rb
card-1.101.2 tmpsets/set/mod021-card-mod-bootstrap/type/bootswatch_skin.rb
card-1.101.1 tmpsets/set/mod021-card-mod-bootstrap/type/bootswatch_skin.rb
card-1.101.0 tmpsets/set/mod021-card-mod-bootstrap/type/bootswatch_skin.rb