Skip to content

Commit

Permalink
feat(css/parser): normalize declaration name and important
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 15, 2022
1 parent 3bc2c90 commit 68bbecf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Expand Up @@ -9257,7 +9257,7 @@
"end": 4781,
"ctxt": 0
},
"value": "DISPLAY",
"value": "display",
"raw": "DISPLAY"
},
"value": [
Expand Down
Expand Up @@ -453,7 +453,7 @@
"end": 219,
"ctxt": 0
},
"value": "IMPORTANT",
"value": "important",
"raw": "IMPORTANT"
}
}
Expand Down Expand Up @@ -501,7 +501,7 @@
"end": 251,
"ctxt": 0
},
"value": "IMPORTANT",
"value": "important",
"raw": "IMPORTANT"
}
}
Expand Down Expand Up @@ -930,7 +930,7 @@
"end": 519,
"ctxt": 0
},
"value": "iMpOrTaNt",
"value": "important",
"raw": "iMpOrTaNt"
}
}
Expand Down
Expand Up @@ -651,7 +651,7 @@
"end": 234,
"ctxt": 0
},
"value": "CONTENT",
"value": "content",
"raw": "CONTENT"
},
"value": [
Expand Down Expand Up @@ -685,7 +685,7 @@
"end": 255,
"ctxt": 0
},
"value": "MARGIN-LEFT",
"value": "margin-left",
"raw": "MARGIN-LEFT"
},
"value": [
Expand Down
Expand Up @@ -55,7 +55,7 @@
"end": 17,
"ctxt": 0
},
"value": "DISPLAY",
"value": "display",
"raw": "DISPLAY"
},
"value": [
Expand Down

0 comments on commit 68bbecf

Please sign in to comment.