# frozen_string_literal: true module Utils::Inline def inline_css(path) class_name = File.basename(path, File.extname(path)) %|" end end