prettier/tests/css_attribute/quotes.css

5 lines
67 B
CSS
Raw Normal View History

a[id=test] {}
a[id="test"] {}
a[id='test'] {}
a[id=func("foo")] {}