testilo 42.1.5 → 42.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/procs/score/tic50.js +10 -0
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -9458,6 +9458,16 @@ exports.issues = {
|
|
|
9458
9458
|
quality: 1,
|
|
9459
9459
|
what: 'CSS webkit-mask linear-gradient property has too few values'
|
|
9460
9460
|
},
|
|
9461
|
+
'CSS: --solidHeaderNavigationColor: Cannot invoke "org.w3c.css.values.CssValue.getType()" because "val" is null.': {
|
|
9462
|
+
variable: false,
|
|
9463
|
+
quality: 1,
|
|
9464
|
+
what: 'CSS solidHeaderNavigationColor property is null'
|
|
9465
|
+
},
|
|
9466
|
+
'CSS: --gradientHeaderBackgroundColor: Cannot invoke "org.w3c.css.values.CssValue.getType()" because "val" is null.': {
|
|
9467
|
+
variable: false,
|
|
9468
|
+
quality: 1,
|
|
9469
|
+
what: 'CSS gradientHeaderBackgroundColor property is null'
|
|
9470
|
+
},
|
|
9461
9471
|
'^CSS: In CSS1, a class name could start with a digit .+, unless it was a dimension .+ In CSS2, such classes are parsed as unknown dimensions .+ To make .+ a valid class, CSS2 requires the first digit to be escaped: .+$': {
|
|
9462
9472
|
variable: true,
|
|
9463
9473
|
quality: 0.5,
|