Skip to content

Commit 1b2c7b1

Browse files
committed
Add Import::getMediaQuery() method
1 parent c4509f5 commit 1b2c7b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/Sabberworm/CSS/Property/Import.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@ public function getComments() {
6666
public function setComments(array $aComments) {
6767
$this->aComments = $aComments;
6868
}
69-
}
69+
70+
public function getMediaQuery() {
71+
return $this->sMediaQuery;
72+
}
73+
}

0 commit comments

Comments
 (0)