Skip to content

Commit

Permalink
# 1.4.562 (2023-12-05 / 1297049)
Browse files Browse the repository at this point in the history
- add garden.def cljs namespace
- Support alpha channel in `as-hex`
- Add `marker` pseudo class in garden.selectors
- Add `abs` to refer-clojure exclude in garden.color
- Add `fr` unit
- Fix @Keyframes incorrectly adding context
- Fixing unmatched delimiters failing the compilation.
- Fixing removal of units by YUI for X.0 float values
- Fix documentation string of color-div
  • Loading branch information
plexus committed Dec 5, 2023
1 parent 1297049 commit 9516750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3
1.4
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.4.562 (2023-12-05 / 1297049)

- add garden.def cljs namespace
- Support alpha channel in `as-hex`
Expand Down Expand Up @@ -362,4 +362,4 @@ when rendered.
### Unit changes
`CSSUnit`s with a `magnitude` value for which `(zero? magnitude)`
returns `true` are rendered without their unit type.
returns `true` are rendered without their unit type.

0 comments on commit 9516750

Please sign in to comment.