Madsex Posted April 27, 2017 Share Posted April 27, 2017 Hi, in my module i add css so : $this->context->controller->registerStylesheet('modules', 'custom/css/my.css', ['media' => 'screen and (min-width:769px)', 'priority' => 150]); Css is loaded in front end but the media is always all and not change. Someone have information about this? Thanks Link to comment Share on other sites More sharing options...
phinq1910 Posted April 28, 2017 Share Posted April 28, 2017 Try use addCSS function public function addCSS($css_uri, $css_media_type = 'all', $offset = null, $check_path = true) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now