single-file-core 1.5.4 → 1.5.5

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.
@@ -308,6 +308,11 @@ function processDeclarations(declarationsInfo, declarations, selectorInfo, proce
308
308
  processedProperties.add(declarationData.property);
309
309
  }
310
310
  }
311
+ } else if (declarationData.type == "Rule") {
312
+ const declarationInfo = declarationsInfo.get(declarationData);
313
+ if (!declarationInfo) {
314
+ declarationsInfo.set(declarationData, { selectorInfo });
315
+ }
311
316
  }
312
317
  }
313
318
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-core",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "SingleFile Core",
5
5
  "author": "Gildas Lormeau",
6
6
  "license": "AGPL-3.0-or-later",