We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759fdfa commit 6d4c502Copy full SHA for 6d4c502
CHANGELOG.md
@@ -15,17 +15,21 @@ This project adheres to [Semantic Versioning](https://semver.org/).
15
16
### Fixed
17
18
-## 8.4.1
+## 8.5.0
19
20
### Added
21
22
-- Add more unit tests
+- Add a method to get an import's media queries (#384)
23
+- Add more unit tests (#381, #382)
24
25
26
27
- Retain CSSList and Rule comments when rendering CSS (#351)
28
- Replace invalid `turns` unit with `turn` (#350)
-- Also allow string values for rules
29
+- Also allow string values for rules (#348)
30
+- Fix invalid calc parsing (#169)
31
+- Handle scientific notation when parsing sizes (#179)
32
+- Fix PHP 8.1 compatibility in `ParserState::strsplit()` (#344)
33
34
## 8.4.0
35
0 commit comments