Class: TailwindMerge::TailwindClass

Inherits:
Struct
  • Object
show all
Defined in:
lib/tailwind_merge/parse_class_name.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_class_nameObject

Returns the value of attribute base_class_name

Returns:

  • (Object)

    the current value of 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_modifierObject

Returns the value of attribute has_important_modifier

Returns:

  • (Object)

    the current value of 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_externalObject

Returns the value of attribute is_external

Returns:

  • (Object)

    the current value of is_external



4
5
6
# File 'lib/tailwind_merge/parse_class_name.rb', line 4

def is_external
  @is_external
end

#maybe_postfix_modifier_positionObject

Returns the value of attribute maybe_postfix_modifier_position

Returns:

  • (Object)

    the current value of 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

#modifiersObject

Returns the value of attribute modifiers

Returns:

  • (Object)

    the current value of modifiers



4
5
6
# File 'lib/tailwind_merge/parse_class_name.rb', line 4

def modifiers
  @modifiers
end