Files
textual/docs/examples/styles/outline_vs_border.tcss
Rodrigo Girão Serrão 5ee0ebfef4 Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

12 lines
107 B
Plaintext

Label {
height: 8;
}
.outline {
outline: $error round;
}
.border {
border: $success heavy;
}