Skip to content

Commit 5a22b53

Browse files
committed
[new release] tailwindcss (3.0.23)
CHANGES: ### Fixed - Remove opacity variables from `:visited` pseudo class ([tmattio/opam-tailwindcss#7458](tailwindlabs/tailwindcss#7458)) - Support arbitrary values + calc + theme with quotes ([tmattio/opam-tailwindcss#7462](tailwindlabs/tailwindcss#7462)) - Don't duplicate layer output when scanning content with variants + wildcards ([tmattio/opam-tailwindcss#7478](tailwindlabs/tailwindcss#7478)) - Implement `getClassOrder` instead of `sortClassList` ([tmattio/opam-tailwindcss#7459](tailwindlabs/tailwindcss#7459))
1 parent 998bd8e commit 5a22b53

File tree

1 file changed

+33
-0
lines changed
  • packages/tailwindcss/tailwindcss.3.0.23

1 file changed

+33
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
opam-version: "2.0"
2+
synopsis: "TailwindCSS prebuild command line on opam"
3+
description: """TailwindCSS prebuild command line on opam."""
4+
maintainer: ["Thibaut Mattio"]
5+
authors: ["Thibaut Mattio"]
6+
license: "ISC"
7+
homepage: "https://github.com/tmattio/opam-tailwindcss"
8+
doc: "https://tmattio.github.io/opam-tailwindcss/"
9+
bug-reports: "https://github.com/tmattio/opam-tailwindcss/issues"
10+
dev-repo: "git+https://github.com/tmattio/opam-tailwindcss.git"
11+
install: [
12+
"cp"
13+
"bin/tailwindcss-linux-arm64" {os = "linux" & arch = "arm64"}
14+
"bin/tailwindcss-linux-x64" {os = "linux" & arch = "x86_64"}
15+
"bin/tailwindcss-macos-arm64" {os = "macos" & arch = "arm64"}
16+
"bin/tailwindcss-macos-x64" {os = "macos" & arch = "x86_64"}
17+
"bin/tailwindcss-windows-x64.exe" {os = "windows" & arch = "x86_64"}
18+
"%{bin}%/tailwindcss"
19+
]
20+
available: [
21+
( (os = "linux" & (arch = "x86_64" | arch = "arm64"))
22+
| (os = "macos" & (arch = "x86_64" | arch = "arm64"))
23+
| (os = "windows" & arch = "x86_64"))
24+
]
25+
url {
26+
src:
27+
"https://github.com/tmattio/opam-tailwindcss/releases/download/3.0.23/tailwindcss-3.0.23.tbz"
28+
checksum: [
29+
"sha256=a6e047be6cf6305ef39f24bb479f6f71a83849dfbe5d3c5070499aec17fa47b5"
30+
"sha512=d3f93cc05fb46566b4b22a603543c1de3d021ccbd7f26235d293148e243012660424e05e22a1f272deea183a2516d7d65a62a5a9904768d21fac40c19b8464b2"
31+
]
32+
}
33+
x-commit-hash: "f6218b20708da46f8c56a077c946d094cfb98004"

0 commit comments

Comments
 (0)