Nick Donnelly
12/19/2022, 10:00 PM::before
and friends)?Oleksandr Karpovich [JB]
12/20/2022, 2:40 PMobject AppStyleSheet : StyleSheet() {
init {
type("a") + before style {
property("content", "'<'")
color(Color.red)
}
type("a") + after style {
property("content", "'>'")
color(Color.red)
}
}
}