Skip to content

Commit

Permalink
[new release] tailwindcss (3.0.23)
Browse files Browse the repository at this point in the history
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))
  • Loading branch information
tmattio committed Apr 9, 2022
1 parent 998bd8e commit 5a22b53
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/tailwindcss/tailwindcss.3.0.23/opam
@@ -0,0 +1,33 @@
opam-version: "2.0"
synopsis: "TailwindCSS prebuild command line on opam"
description: """TailwindCSS prebuild command line on opam."""
maintainer: ["Thibaut Mattio"]
authors: ["Thibaut Mattio"]
license: "ISC"
homepage: "https://github.com/tmattio/opam-tailwindcss"
doc: "https://tmattio.github.io/opam-tailwindcss/"
bug-reports: "https://github.com/tmattio/opam-tailwindcss/issues"
dev-repo: "git+https://github.com/tmattio/opam-tailwindcss.git"
install: [
"cp"
"bin/tailwindcss-linux-arm64" {os = "linux" & arch = "arm64"}
"bin/tailwindcss-linux-x64" {os = "linux" & arch = "x86_64"}
"bin/tailwindcss-macos-arm64" {os = "macos" & arch = "arm64"}
"bin/tailwindcss-macos-x64" {os = "macos" & arch = "x86_64"}
"bin/tailwindcss-windows-x64.exe" {os = "windows" & arch = "x86_64"}
"%{bin}%/tailwindcss"
]
available: [
( (os = "linux" & (arch = "x86_64" | arch = "arm64"))
| (os = "macos" & (arch = "x86_64" | arch = "arm64"))
| (os = "windows" & arch = "x86_64"))
]
url {
src:
"https://github.com/tmattio/opam-tailwindcss/releases/download/3.0.23/tailwindcss-3.0.23.tbz"
checksum: [
"sha256=a6e047be6cf6305ef39f24bb479f6f71a83849dfbe5d3c5070499aec17fa47b5"
"sha512=d3f93cc05fb46566b4b22a603543c1de3d021ccbd7f26235d293148e243012660424e05e22a1f272deea183a2516d7d65a62a5a9904768d21fac40c19b8464b2"
]
}
x-commit-hash: "f6218b20708da46f8c56a077c946d094cfb98004"

0 comments on commit 5a22b53

Please sign in to comment.