prettier/tests/css_yaml/with_comments.css

9 lines
88 B
CSS

---
title: Title
description: Description
# This is a comment
---
a {
color: red;
}