Sha256: 3c2da40e5b38d7644fc0fdc11f52eaae870f82f8c8b81e09d60ad853e37d9ce3
Contents?: true
Size: 264 Bytes
Versions: 73
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true require "rails/generators/erb/component_generator" module Tailwindcss module Generators class ComponentGenerator < Erb::Generators::ComponentGenerator source_root File.expand_path("templates", __dir__) end end end
Version data entries
73 entries across 73 versions & 2 rubygems