mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Include "media" attr for module customCSS() (fixes #8219)
This commit is contained in:
parent
d77e06d585
commit
b381e9933d
@ -1100,7 +1100,7 @@ class Requirements_Backend {
|
||||
$this->css($path.$css, $media);
|
||||
}
|
||||
else if ($module) {
|
||||
$this->css($module.$css);
|
||||
$this->css($module.$css, $media);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user