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