mirror of https://github.com/sveltejs/svelte
parent
3cbe38cbf1
commit
0224cf3cfc
@ -0,0 +1,5 @@
|
|||||||
|
export default {
|
||||||
|
compileOptions: {
|
||||||
|
cssPrefix: 'sv'
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1 @@
|
|||||||
|
div.svelte-xyz{color:red}
|
@ -0,0 +1,7 @@
|
|||||||
|
<div>red</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
div {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in new issue