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:
parent
fbef874c34
commit
0f4bbc3fd4
@ -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
|
||||
|
23
www/rubygem-tailwindcss-rails-rails71/Makefile
Normal file
23
www/rubygem-tailwindcss-rails-rails71/Makefile
Normal 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>
|
3
www/rubygem-tailwindcss-rails-rails71/distinfo
Normal file
3
www/rubygem-tailwindcss-rails-rails71/distinfo
Normal 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
|
7
www/rubygem-tailwindcss-rails-rails71/pkg-descr
Normal file
7
www/rubygem-tailwindcss-rails-rails71/pkg-descr
Normal 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).
|
Loading…
Reference in New Issue
Block a user