Module: Playbook::ZIndex
- Included in:
- KitBase
- Defined in:
- lib/playbook/z_index.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 |
# File 'lib/playbook/z_index.rb', line 5 def self.included(base) base.prop :z_index end |
Instance Method Details
#z_index_options ⇒ Object
13 14 15 16 17 |
# File 'lib/playbook/z_index.rb', line 13 def { z_index: "z-index", } end |
#z_index_values ⇒ Object
9 10 11 |
# File 'lib/playbook/z_index.rb', line 9 def z_index_values %w[1 2 3 4 5 6 7 8 9 10] end |