@bgord/design 0.27.47 → 0.27.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2309,7 +2309,7 @@ var BackdropsGenerator = /*#__PURE__*/function (_AbstractGenerator) {
2309
2309
  var _Object$entries$_i = _Object$entries[_i],
2310
2310
  key = _Object$entries$_i[0],
2311
2311
  value = _Object$entries$_i[1];
2312
- output += "*[data-backdrop='" + key + "']::backdrop {\n backgound: " + value + ";\n}\n";
2312
+ output += "*[data-backdrop='" + key + "']::backdrop {\n background: " + value + ";\n}\n";
2313
2313
  }
2314
2314
 
2315
2315
  return output;