mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-10 15:23:58 +02:00
improve css error highlighting
This commit is contained in:
15
package-lock.json
generated
15
package-lock.json
generated
@@ -13,7 +13,7 @@
|
|||||||
"@lingui/react": "^2.8.3",
|
"@lingui/react": "^2.8.3",
|
||||||
"canvas-confetti": "^1.9.2",
|
"canvas-confetti": "^1.9.2",
|
||||||
"code-blast-codemirror": "chinchang/code-blast-codemirror#web-maker",
|
"code-blast-codemirror": "chinchang/code-blast-codemirror#web-maker",
|
||||||
"codemirror": "^5.65.16",
|
"codemirror": "^5.65.19",
|
||||||
"copy-webpack-plugin": "^4.5.1",
|
"copy-webpack-plugin": "^4.5.1",
|
||||||
"esprima-next": "^6.0.3",
|
"esprima-next": "^6.0.3",
|
||||||
"firebase": "^10.8.0",
|
"firebase": "^10.8.0",
|
||||||
@@ -8084,9 +8084,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/codemirror": {
|
"node_modules/codemirror": {
|
||||||
"version": "5.65.16",
|
"version": "5.65.19",
|
||||||
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.16.tgz",
|
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.19.tgz",
|
||||||
"integrity": "sha512-br21LjYmSlVL0vFCPWPfhzUCT34FM/pAdK7rRIZwa0rrtrIdotvP4Oh4GUHsu2E3IrQMCfRkL/fN3ytMNxVQvg=="
|
"integrity": "sha512-+aFkvqhaAVr1gferNMuN8vkTSrWIFvzlMV9I2KBLCWS2WpZ2+UAkZjlMZmEuT+gcXTi6RrGQCkWq1/bDtGqhIA==",
|
||||||
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/collection-map": {
|
"node_modules/collection-map": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
@@ -35178,9 +35179,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"codemirror": {
|
"codemirror": {
|
||||||
"version": "5.65.16",
|
"version": "5.65.19",
|
||||||
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.16.tgz",
|
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.19.tgz",
|
||||||
"integrity": "sha512-br21LjYmSlVL0vFCPWPfhzUCT34FM/pAdK7rRIZwa0rrtrIdotvP4Oh4GUHsu2E3IrQMCfRkL/fN3ytMNxVQvg=="
|
"integrity": "sha512-+aFkvqhaAVr1gferNMuN8vkTSrWIFvzlMV9I2KBLCWS2WpZ2+UAkZjlMZmEuT+gcXTi6RrGQCkWq1/bDtGqhIA=="
|
||||||
},
|
},
|
||||||
"collection-map": {
|
"collection-map": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
@@ -74,7 +74,7 @@
|
|||||||
"@lingui/react": "^2.8.3",
|
"@lingui/react": "^2.8.3",
|
||||||
"canvas-confetti": "^1.9.2",
|
"canvas-confetti": "^1.9.2",
|
||||||
"code-blast-codemirror": "chinchang/code-blast-codemirror#web-maker",
|
"code-blast-codemirror": "chinchang/code-blast-codemirror#web-maker",
|
||||||
"codemirror": "^5.65.16",
|
"codemirror": "^5.65.19",
|
||||||
"copy-webpack-plugin": "^4.5.1",
|
"copy-webpack-plugin": "^4.5.1",
|
||||||
"esprima-next": "^6.0.3",
|
"esprima-next": "^6.0.3",
|
||||||
"firebase": "^10.8.0",
|
"firebase": "^10.8.0",
|
||||||
|
@@ -808,6 +808,10 @@ li.CodeMirror-hint-active {
|
|||||||
/*color: white;*/
|
/*color: white;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-type="css"] .cm-error {
|
||||||
|
background: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
#demo-frame {
|
#demo-frame {
|
||||||
border: 0;
|
border: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Reference in New Issue
Block a user