File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Please also have a look at our
39
39
40
40
### Removed
41
41
42
+ - Drop greedy calculation of selector specificity (#1021 )
42
43
- Drop ` getLineNo() ` from the ` Renderable ` interface (#1038 )
43
44
- Remove ` OutputFormat::level() ` (#874 )
44
45
- Remove expansion of shorthand properties (#838 )
Original file line number Diff line number Diff line change @@ -88,14 +88,10 @@ public static function isValid($selector)
88
88
89
89
/**
90
90
* @param string $selector
91
- * @param bool $calculateSpecificity @deprecated since V8.8.0, will be removed in V9.0.0
92
91
*/
93
- public function __construct ($ selector, $ calculateSpecificity = false )
92
+ public function __construct ($ selector )
94
93
{
95
94
$ this ->setSelector ($ selector );
96
- if ($ calculateSpecificity ) {
97
- $ this ->getSpecificity ();
98
- }
99
95
}
100
96
101
97
/**
You can’t perform that action at this time.
0 commit comments