prettier/tests/css_case/custom-selectors.css

6 lines
82 B
CSS

@custom-selector :--camelCase .my-css-selector;
:--camelCase {
content: red;
}