You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/css/samples/omit-scoping-element-uppercase/_config.js

23 lines
297 B

export default {
cascade: false,
warnings: [{
code: 'missing-component',
message: 'P component is not defined',
loc: {
line: 2,
column: 1
},
end: {
line: 2,
column: 22
},
pos: 7,
frame: `
1: <div>
2: <P>this is styled</P>
^
3: </div>
4:`
}]
};