Join Slack
Communities
Powered by
I couldn't find any info on this, are media querie...
# react
h
hannesstruss
10/04/2020, 11:18 AM
I couldn't find any info on this, are media queries supported in kotlin-styled?
a
andylamax
10/04/2020, 11:37 AM
yes, they are
h
hannesstruss
10/05/2020, 7:14 AM
@andylamax
is there any documentation or example you could point me to? Thanks! 😊
a
andylamax
10/05/2020, 8:59 AM
i do not have a link to documentation but you should try
Copy code
styledDiv { css{ media("screen and (max-width: 600px)") { width=50.pct } } }
👍 1
h
hannesstruss
10/05/2020, 12:32 PM
indeed, thanks a lot!
12
Views
Open in Slack
Previous
Next