mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Issue #2045 - Part 10: Regenerate devtools CSS database and include the revert keyword in related devtools code
This commit is contained in:
parent
5346e55655
commit
f0b8d1df2c
5 changed files with 477 additions and 4 deletions
|
|
@ -9,7 +9,8 @@ const {CSS_ANGLEUNIT} = require("devtools/shared/css/properties-db");
|
|||
const SPECIALVALUES = new Set([
|
||||
"initial",
|
||||
"inherit",
|
||||
"unset"
|
||||
"unset",
|
||||
"revert"
|
||||
]);
|
||||
|
||||
const {getCSSLexer} = require("devtools/shared/css/lexer");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue