This repository was archived by the owner on Jan 22, 2021. It is now read-only.
This repository was archived by the owner on Jan 22, 2021. It is now read-only.
media queries from layout.css not loaded into layout.html #77
Open
Description
This seems to be because of Juice, wich inlines all style from layout.css, instead of adding it to the head (that's great, but as long as the final html behaves like the one with the separate .css file).
¿Is there a way to have a {{{css}}}
tag in the layout.html, inside of <head>
, where I load this media queries?, The only way I see from the docs, involves adding it in every template, using the extraCSS, wich is not the idea of a layout.
Thanks.
This package is great btw!