Idea: generate footer media css rather than interpolating at runtime #753
bennypowers
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The inimitable @43081j suggested we might benefit from a build time plugin to generate our footer's media query css, so we could generate things like
@media (min-width: ${someToken})
at build time rather than at run time.Might we worth whipping up a postcss transform for lit-css plugin
Beta Was this translation helpful? Give feedback.
All reactions