@scalar/themes
Advanced tools
Comparing version 0.9.19 to 0.9.20
# @scalar/themes | ||
## 0.9.20 | ||
### Patch Changes | ||
- 425dc83: fix(api-client): rebuild address bar history with grid | ||
## 0.9.19 | ||
@@ -4,0 +10,0 @@ |
@@ -161,2 +161,3 @@ /** Scalar Tailwind Preset */ | ||
current: string; | ||
inherit: string; | ||
b: { | ||
@@ -163,0 +164,0 @@ 1: string; |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.9.19", | ||
"version": "0.9.20", | ||
"engines": { | ||
@@ -21,0 +21,0 @@ "node": ">=18" |
@@ -53,2 +53,3 @@ import type { Config } from 'tailwindcss' | ||
current: 'currentColor', | ||
inherit: 'inherit', | ||
// Backdrop Colors | ||
@@ -55,0 +56,0 @@ b: { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124057
3532