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.
-webkit-calc
-moz-calc
1 parent 9c48d3a commit 21e1a8cCopy full SHA for 21e1a8c
CHANGELOG.md
@@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
19
20
### Deprecated
21
22
+- Deprecate support for `-webkit-calc` and `-moz-calc` (#1086)
23
- Deprecate `__toString()` (#1006)
24
- Deprecate greedy calculation of selector specificity (#1018)
25
- Deprecate the IE hack in `Rule` (#993, #1003)
src/Value/CalcFunction.php
@@ -6,6 +6,9 @@
6
use Sabberworm\CSS\Parsing\UnexpectedEOFException;
7
use Sabberworm\CSS\Parsing\UnexpectedTokenException;
8
9
+/**
10
+ * Support for `-webkit-calc` and `-moz-calc` is deprecated in version 8.8.0, and will be removed in version 9.0.0.
11
+ */
12
class CalcFunction extends CSSFunction
13
{
14
/**
0 commit comments