Closed ychenz closed 2 years ago
stylefy's media query expressions use Garden syntax, you might want to take a look at their documentation here: https://github.com/noprompt/garden/wiki/Media-Queries
I think the expression you are looking for is: {:print true}
. Does that work?
@Jarzka It worked! Thank you so much🙏
Hi team,
I am not sure how to write the following css:
@media print {...}
in stylefy syntax to customize the print screen. I have tried to use the::stylefy/media
to implement this but it didn't work out. Based on the docs it seems to only support media query for different screen size (such asmax-width
min-width
).Any example or directions will be appreciated