prettier/tests/stylefmt/custom-selectors/custom-selectors.css

8 lines
191 B
CSS

@custom-selector :--button button,.button;
@custom-selector :--enter :hover,:focus ;
:--button {display: inline-block;
}:--button:--enter{
text-decoration:underline;
}