My CSS contains a line that reads: grid-template-rows: 20% 80%;
Interestingly, when I launch the application in Chrome, a deprecation warning pops up in the console. However, this warning does not appear when using Safari or Firefox.
The warning message states: "[Deprecation] Percentages row tracks and gutters for indefinite height grid containers will be resolved against the intrinsic height instead of being treated as auto and zero respectively. This change will happen in M70, around October 2018. See for more details. weather.html:1 Unchecked runtime.lastError: The message port closed before a response was received."
Should I simply disregard this warning, or do I need to make modifications to my CSS code to address it?