We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9aa66 commit fa46188Copy full SHA for fa46188
client/packages/lowcoder-core/lib/index.js
@@ -3331,7 +3331,7 @@ function styleNamespace(id) {
3331
function evalStyle(id, css, globalStyle) {
3332
var _a;
3333
var styleId = styleNamespace(id);
3334
- var prefixId = globalStyle ? id : "#".concat(id);
+ var prefixId = globalStyle ? id : ".".concat(id);
3335
var compiledCSS = "";
3336
css.forEach(function (i) {
3337
if (!i.trim()) {
0 commit comments