I am using styled.StyleSheet for CSS on Kotlin. An...
# javascript
d
I am using styled.StyleSheet for CSS on Kotlin. And I would like to specify a value in percentage.
Copy code
width = 50.percent
this doesn’t seem to be recognized what is the way to set a percentage value in Kotlin / CSS ?
b
cc @Akif Abasov [JB] @Leonid Khachaturov
b
50.pct?
1
👍 1
🙏 1
d
great, it works!