Media & Supports
CSS variables can be globally responsive. By updating variables in @media
or @supports
queries, you can adapt your entire interface instantly.
Pollen supports both of these queries through the media
and supports
options in pollen.config.js
. By updating modules here they will be changed if the query given is matched.
Last updated