Module: Playbook::Right
Constant Summary
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/right.rb', line 9
def self.included(base)
base.prop :right
end
|
Instance Method Details
#right_options ⇒ Object
17
18
19
20
21
|
# File 'lib/playbook/right.rb', line 17
def right_options
{
right: "right",
}
end
|
#right_values ⇒ Object
13
14
15
|
# File 'lib/playbook/right.rb', line 13
def right_values
%w[0 xxs xs sm md lg xl auto initial inherit]
end
|