postcss-nested-props.css 166 B

1234567891011121314
  1. .funky {
  2. font: {
  3. family: fantasy;
  4. size: 30em;
  5. weight: bold;
  6. }
  7. }
  8. .funky {
  9. font: 20px/24px fantasy {
  10. weight: bold;
  11. }
  12. }