More properties
This commit is contained in:
@@ -146,7 +146,7 @@ fun main() {
|
||||
select("border-2") {
|
||||
// borderRadius = BorderRadius(4, 5, 6, 7)
|
||||
import(border2)
|
||||
borderStyle(RuleBorderStyle.dashed(), RuleBorderStyle.dotted())
|
||||
borderStyle(BorderStyle.dashed(), BorderStyle.dotted())
|
||||
animationPlayState(AnimationPlayState.paused(), AnimationPlayState.running())
|
||||
|
||||
keyFrames("mymove") {
|
||||
@@ -177,6 +177,14 @@ fun main() {
|
||||
}
|
||||
}
|
||||
|
||||
media("(max-width: 600px)") {
|
||||
fontSize(12.px())
|
||||
fontWeight(FontWeight.normal())
|
||||
}
|
||||
|
||||
objectFit(ObjectFit.initial())
|
||||
pageBreakAfter(PageBreak.auto())
|
||||
|
||||
// display = Display.none()
|
||||
// borderBottomWidth = BorderWidth.perc(13)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user