Sha256: 2114f265a31e1c618a2c8acdee90b88ef436f934cd6e1f869203a9bef83c56c3

Contents?: true

Size: 813 Bytes

Versions: 2

Compression:

Stored size: 813 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Self
# Set: The card "BootstrapCore"
#
module BootstrapCore;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-bootstrap/set/self/bootstrap_core.rb"; end
include_set Abstract::BootstrapCodeFile

def load_stylesheets
  add_bs_stylesheet "variables"
  add_bs_subdir "mixins"
  %w[
    print reboot type images code grid tables forms buttons transitions dropdown
    button-group input-group custom-forms nav navbar card breadcrumb pagination badge
    jumbotron alert progress media list-group close modal tooltip popover carousel
  ].each do |name|
    add_bs_stylesheet name
  end
  add_bs_subdir "utilities"
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card-mod-bootstrap/set/self/bootstrap_core.rb ~~

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
card-1.101.7 tmpsets/set/mod022-card-mod-bootstrap/self/bootstrap_core.rb
card-1.101.6 tmpsets/set/mod022-card-mod-bootstrap/self/bootstrap_core.rb