Home
last modified time | relevance | path

Searched refs:styleContent (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js695 function preprocessSystemResourceReference(styleContent, cssStyle) { argument
696 if (styleContent.length !== 2) {
699 const key = styleContent[0].trim().replace(/-([a-z])/g, function(s, m) { return m.toUpperCase() })
700 let value = styleContent[1].trim()
777 let styleContent = cssArray[i].trim().split(':')
778 if (preprocessSystemResourceReference(styleContent, cssStyle)) {
781 if (styleContent.length === 2) {
782 … const key = styleContent[0].trim().replace(/-([a-z])/g, function(s, m) { return m.toUpperCase() })
783 let value = bind(styleContent[1].trim(), undefined, true, out, nodeLoc)
784 const contentValue = styleContent[1].trim().toString();
[all …]