Class: Styles::Properties::Display

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

Constant Summary collapse

SHOW_VALUES =
[:block, :inline, :inline_block, true].freeze
HIDE_VALUES =
[:none, false].freeze

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