Use null
for Import::$mediaQuery
to indicate absence
#1177
Labels
Milestone
null
for Import::$mediaQuery
to indicate absence
#1177
The code currently uses both
null
and an empty string to indicate there is no media query. It also appears that when it is an empty string, an extra space will be rendered.We should consistently use one or other, and it's probably cleaner to use
null
to indicate absence.The text was updated successfully, but these errors were encountered: