prettier/tests/css_postcss_plugins/postcss-nested-props.css

14 lines
166 B
CSS

.funky {
font: {
family: fantasy;
size: 30em;
weight: bold;
}
}
.funky {
font: 20px/24px fantasy {
weight: bold;
}
}