test for attribute name only selector

pull/906/head
Johnny Hauser 7 years ago
parent 1dad8f1936
commit f8ac12c57b

@ -0,0 +1,3 @@
export default {
cascade: false
};

@ -0,0 +1,7 @@
<div foo='bar'></div>
<style>
[foo] {
color: red;
}
</style>
Loading…
Cancel
Save