0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/css/samples/omit-scoping-attribute-descendant-global-inner-class/_config.js
Rich Harris f79e901429 bug fix
2017-07-02 09:22:36 -04:00

7 lines
69 B
JavaScript

export default {
cascade: false,
data: {
raw: '<p>raw</p>'
}
};