Class: TailwindMerge::TailwindClass
- Inherits:
-
Struct
- Object
- Struct
- TailwindMerge::TailwindClass
- Defined in:
- lib/tailwind_merge/parse_class_name.rb
Instance Attribute Summary collapse
-
#base_class_name ⇒ Object
Returns the value of attribute base_class_name.
-
#has_important_modifier ⇒ Object
Returns the value of attribute has_important_modifier.
-
#is_external ⇒ Object
Returns the value of attribute is_external.
-
#maybe_postfix_modifier_position ⇒ Object
Returns the value of attribute maybe_postfix_modifier_position.
-
#modifiers ⇒ Object
Returns the value of attribute modifiers.
Instance Attribute Details
#base_class_name ⇒ Object
Returns the value of attribute base_class_name
4 5 6 |
# File 'lib/tailwind_merge/parse_class_name.rb', line 4 def base_class_name @base_class_name end |
#has_important_modifier ⇒ Object
Returns the value of attribute has_important_modifier
4 5 6 |
# File 'lib/tailwind_merge/parse_class_name.rb', line 4 def has_important_modifier @has_important_modifier end |
#is_external ⇒ Object
Returns the value of attribute is_external
4 5 6 |
# File 'lib/tailwind_merge/parse_class_name.rb', line 4 def is_external @is_external end |
#maybe_postfix_modifier_position ⇒ Object
Returns the value of attribute maybe_postfix_modifier_position
4 5 6 |
# File 'lib/tailwind_merge/parse_class_name.rb', line 4 def maybe_postfix_modifier_position @maybe_postfix_modifier_position end |
#modifiers ⇒ Object
Returns the value of attribute modifiers
4 5 6 |
# File 'lib/tailwind_merge/parse_class_name.rb', line 4 def modifiers @modifiers end |