Sha256: 13e672a798f7ea0316ea67f589e4fad5f17e13230821f20a57d3ca9b88e703b3
Contents?: true
Size: 345 Bytes
Versions: 47
Compression:
Stored size: 345 Bytes
Contents
# -*- encoding : utf-8 -*- class AddBootstrapMixins < Card::Migration::Core def up ensure_card "style: bootstrap mixins", type_id: Card::ScssID, codename: "style_bootstrap_mixins" ensure_card "style: bootstrap breakpoints", type_id: Card::ScssID, codename: "style_bootstrap_breakpoints" end end
Version data entries
47 entries across 47 versions & 1 rubygems