Pollen needs a way to support outputting queries to its final CSS. This would open up support of responsive variables (via @media) and progressive enhancement (via @supports) in a design system straight from config. The former has obvious strong use-cases, and #62 shows a good use case of the latter.
I haven’t yet thought of an elegant config API to support it, so this is a request for comment to get some ideas and feedback.
Pollen needs a way to support outputting queries to its final CSS. This would open up support of responsive variables (via
@media
) and progressive enhancement (via@supports
) in a design system straight from config. The former has obvious strong use-cases, and #62 shows a good use case of the latter.I haven’t yet thought of an elegant config API to support it, so this is a request for comment to get some ideas and feedback.