mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1230 - Part 2: Align devtools to the changes in css-grid
Ref: 1398537 part 4 - [css-multicol] Implement percentages for 'column-gap' (automated update of devtools).
This commit is contained in:
parent
e4c397f0d9
commit
bbb8b6490a
1 changed files with 4 additions and 2 deletions
|
|
@ -779,7 +779,8 @@ exports.CSS_PROPERTIES = {
|
|||
"column-gap"
|
||||
],
|
||||
"supports": [
|
||||
6
|
||||
6,
|
||||
8
|
||||
],
|
||||
"values": [
|
||||
"-moz-calc",
|
||||
|
|
@ -5434,7 +5435,8 @@ exports.CSS_PROPERTIES = {
|
|||
"column-gap"
|
||||
],
|
||||
"supports": [
|
||||
6
|
||||
6,
|
||||
8
|
||||
],
|
||||
"values": [
|
||||
"-moz-calc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue