Class: Styles::Properties::TextAlign

Inherits:
Base
  • Object
show all
Defined in:
lib/styles/properties/text_align.rb

Constant Summary collapse

VALUES =

Not included: justify and inherit

[:left, :right, :center]

Instance Attribute Summary

Attributes inherited from Base

#name, #selector, #value

Method Summary

Methods inherited from Base

#colors, #initialize, multiple_names?, names, other_names, sub_engine, sub_engines, to_sym

Constructor Details

This class inherits a constructor from Styles::Properties::Base