Currently defaults to the 768px to 992px stylesheet but this might not be ideal.

Comments

alexweber’s picture

Title: Add an option to select which non-responsive stylesheet to load when responsiveness is turned off » Add an option to select which stylesheet to load when responsiveness is turned off
alexweber’s picture

Status: Active » Fixed

Implemented in bc83c4e.

alexweber’s picture

Status: Fixed » Closed (fixed)
Wolfgang Reszel’s picture

Currently the selected stylesheet from zentropy is loaded after the sub theme's stylesheet which makes overriding a bit more complicated and verbose.

<style type="text/css" media="all">
@import url("http://www.domain.tld/sites/all/themes/zentropy/css/zentropy.css");
@import url("http://www.domain.tld/sites/all/themes/SUBTHEME/css/SUBTHEME.css");
@import url("http://www.domain.tld/sites/all/themes/zentropy/css/layout/zentropy-992.css");
</style>
Wolfgang Reszel’s picture

Sorry. I missed, that SUBTHEME-992.css is loaded in a different

tag later on.
alexweber’s picture

:)