Bug 1302787 - implement css-color-4 color function changes in devtool parser. r=ttromey
MozReview-Commit-ID: JQQJcDsXFlp
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
"use strict";
|
||||
|
||||
const {CSS_ANGLEUNIT} = require("devtools/shared/css/properties-db");
|
||||
|
||||
const SPECIALVALUES = new Set([
|
||||
"initial",
|
||||
"inherit",
|
||||
@@ -39,12 +41,7 @@ module.exports.angleUtils = {
|
||||
classifyAngle: classifyAngle
|
||||
};
|
||||
|
||||
CssAngle.ANGLEUNIT = {
|
||||
"deg": "deg",
|
||||
"rad": "rad",
|
||||
"grad": "grad",
|
||||
"turn": "turn"
|
||||
};
|
||||
CssAngle.ANGLEUNIT = CSS_ANGLEUNIT;
|
||||
|
||||
CssAngle.prototype = {
|
||||
_angleUnit: null,
|
||||
|
||||
Reference in New Issue
Block a user