File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373 "docs" : {
7474 "mdn" : " https://developer.mozilla.org/en-US/docs/Web/CSS/ratio"
7575 },
76- "example" : " @media (device- aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n }" ,
76+ "example" : " @media (aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n }" ,
7777 "polyfills" : [
7878 {
7979 "type" : " PostCSS Plugin" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default [
7373 "docs" : {
7474 "mdn" : "https://developer.mozilla.org/en-US/docs/Web/CSS/ratio"
7575 } ,
76- "example" : "@media (device- aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n}" ,
76+ "example" : "@media (aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n}" ,
7777 "polyfills" : [
7878 {
7979 "type" : "PostCSS Plugin" ,
Original file line number Diff line number Diff line change 5050 "docs" : {
5151 "mdn" : " https://developer.mozilla.org/en-US/docs/Web/CSS/ratio"
5252 },
53- "example" : " @media (device- aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n }" ,
53+ "example" : " @media (aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n }" ,
5454 "mdn_path" : " css.types.ratio.number_value" ,
5555 "polyfills" : [
5656 {
You can’t perform that action at this time.
0 commit comments