Sha256: 275c71d7ca6e7fa211278ecc85a07b4ae25de142ca152ac870dc9a521f296560
Contents?: true
Size: 329 Bytes
Versions: 29
Compression:
Stored size: 329 Bytes
Contents
# frozen_string_literal: true module TailwindDsl module AstroDemo # Generate Astro page data from the raw component data. # # This data will build the page data JSON that is used by Tailwind-Components website class GenerateAstroPageData def initialize # do something end end end end
Version data entries
29 entries across 29 versions & 1 rubygems