test for attribute name only selector

pull/7738/head
Johnny Hauser 9 years ago
parent 7685f70a95
commit 41f942e828

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

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