Module: Proscenium::Phlex::CssModules::ClassMethods

Defined in:
lib/proscenium/phlex/css_modules.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resolved_css_module_pathsObject

Set of CSS module paths that have been resolved after being transformed from ‘class’ HTML attributes. See #process_attributes. This is here because Phlex caches attributes. Which means while the CSS class names will be transformed, any resolved paths will be lost in subsequent requests.



17
18
19
# File 'lib/proscenium/phlex/css_modules.rb', line 17

def resolved_css_module_paths
  @resolved_css_module_paths
end