1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

www/rubygem-tailwindcss-rails-rails71: Add rubygem-tailwindcss-rails-rails71 1.0.0

Tailwind CSS is a utility-first CSS framework packed with classes like flex,
pt-4, text-center and rotate-90 that can be composed to build any design,
directly in your markup.

This gem gives access to the standard Tailwind CSS framework configured for dark
mode, forms, aspect-ratio, typography, and the Inter font via the asset pipeline
using Sprockets (and soon Propshaft).
This commit is contained in:
Po-Chuan Hsieh 2024-09-18 13:51:56 +08:00
parent fbef874c34
commit 0f4bbc3fd4
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 34 additions and 0 deletions

View File

@ -2294,6 +2294,7 @@
SUBDIR += rubygem-swd
SUBDIR += rubygem-tailwindcss-rails
SUBDIR += rubygem-tailwindcss-rails-rails70
SUBDIR += rubygem-tailwindcss-rails-rails71
SUBDIR += rubygem-task_list
SUBDIR += rubygem-thin
SUBDIR += rubygem-tinyatom

View File

@ -0,0 +1,23 @@
PORTNAME= tailwindcss-rails
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails71
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Integrate Tailwind CSS with the asset pipeline in Rails
WWW= https://github.com/rails/tailwindcss-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-railties71>=6.0.0:www/rubygem-railties71
USES= gem
NO_ARCH= yes
# tailwindcss-rails 2.x uses pre-built Tailwind CSS CLI
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1641045750
SHA256 (rubygem/tailwindcss-rails-1.0.0.gem) = 03fabbc6f36ddd29b7fe6877343b49cef2678aafe63cbddb55f861a19f5e3486
SIZE (rubygem/tailwindcss-rails-1.0.0.gem) = 1063424

View File

@ -0,0 +1,7 @@
Tailwind CSS is a utility-first CSS framework packed with classes like flex,
pt-4, text-center and rotate-90 that can be composed to build any design,
directly in your markup.
This gem gives access to the standard Tailwind CSS framework configured for dark
mode, forms, aspect-ratio, typography, and the Inter font via the asset pipeline
using Sprockets (and soon Propshaft).