mirror of https://github.com/sveltejs/svelte
parent
4d4858b7c9
commit
6d46efe3dd
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
compileOptions: {
|
||||
prefix: 'me$-'
|
||||
prefix: 'me$'
|
||||
}
|
||||
};
|
@ -1 +1 @@
|
||||
div.me-1tjtw78{color:blue}
|
||||
div.me-xyz{color:blue}
|
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
compileOptions: {
|
||||
prefix: 'me -'
|
||||
prefix: 'm e'
|
||||
}
|
||||
};
|
@ -1 +1 @@
|
||||
div.me-1tjtw78{color:blue}
|
||||
div.me-xyz{color:blue}
|
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
compileOptions: {
|
||||
prefix: '0me-'
|
||||
prefix: '0me'
|
||||
}
|
||||
};
|
@ -1 +1 @@
|
||||
div.me-1tjtw78{color:blue}
|
||||
div.me-xyz{color:blue}
|
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
compileOptions: {
|
||||
prefix: ' me-'
|
||||
prefix: ' me'
|
||||
}
|
||||
};
|
@ -1 +1 @@
|
||||
div.me-1tjtw78{color:blue}
|
||||
div.me-xyz{color:blue}
|
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
compileOptions: {
|
||||
prefix: 'me-'
|
||||
prefix: 'me'
|
||||
}
|
||||
};
|
@ -1 +1 @@
|
||||
div.me-1tjtw78{color:blue}
|
||||
div.me-xyz{color:blue}
|
Loading…
Reference in new issue