standout 7.6.3

Styled CLI template rendering with automatic terminal detection
1
2
3
4
5
6
7
8
9
10
11
12
/* Pure CSS fixture — regression test for the hot-reload CSS parsing bug
 * where CSS files were mis-parsed as YAML.
 */

.header {
    color: cyan;
    font-weight: bold;
}

.muted {
    opacity: 0.6;
}