Module: Playbook::Left
Constant Summary
collapse
- LEFT_VALUES =
%w[0 xxs xs sm md lg xl auto initial inherit].freeze
PositionPropsCss::POSITION_VALUES
Class Method Summary
collapse
Instance Method Summary
collapse
#positioning_css
Class Method Details
.included(base) ⇒ Object
9
10
11
|
# File 'lib/playbook/left.rb', line 9
def self.included(base)
base.prop :left
end
|
Instance Method Details
#left_options ⇒ Object
19
20
21
|
# File 'lib/playbook/left.rb', line 19
def left_options
{ left: "left" }
end
|
#left_values ⇒ Object
15
16
17
|
# File 'lib/playbook/left.rb', line 15
def left_values
LEFT_VALUES
end
|