def generate_plugin_sass(plugins)
        file_register = Rails.root.join("frontend/src/app/features/plugins/linked-plugins.styles.sass")
        template_file = File.read(File.expand_path("linked-plugins.styles.sass.erb", __dir__))
        template = ::ERB.new template_file, trim_mode: "-"