mirror of https://github.com/sveltejs/svelte
commit
7a9ac95b34
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
cascade: false
|
||||||
|
};
|
@ -0,0 +1 @@
|
|||||||
|
[foo=bar][svelte-xyz]{color:red}
|
@ -0,0 +1,7 @@
|
|||||||
|
<div foo='bar'></div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
[foo=bar] {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in new issue