Skip to content

Commit dc18ca4

Browse files
committed
Merge branch 'improvement/import_getMediaQuery' into catchup/import_getMediaQuery
2 parents 1a874ce + 1b2c7b1 commit dc18ca4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Sabberworm/CSS/Property/Import.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,9 @@ public function setComments(array $aComments)
110110
{
111111
$this->aComments = $aComments;
112112
}
113+
114+
public function getMediaQuery()
115+
{
116+
return $this->sMediaQuery;
117+
}
113118
}

0 commit comments

Comments
 (0)