learnlytics-go/templ/parser/v2/formattestdata/css_whitespace_is_tidied.txt

16 lines
215 B
Plaintext
Raw Permalink Normal View History

2025-03-20 12:35:13 +01:00
-- in --
package test
css ClassName() {
background-color : #ffffff ;
color : { constants.White };
}
-- out --
package test
css ClassName() {
background-color: #ffffff;
color: { constants.White };
}