@jaisocx/css-clean-start-2 1.1.3 → 1.1.4

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.
@@ -426,6 +426,7 @@ html.jsx body main {
426
426
 
427
427
  list-style-type: none;
428
428
  display: var(--jsx--css-clean-start-2--block-tags--display, block);
429
+ margin-left: var(--jsx--css-clean-start-2--all-tags--margin);
429
430
 
430
431
  }
431
432
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaisocx/css-clean-start-2",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "",
5
5
  "author": "Jaisocx",
6
6
  "keywords": [
@@ -41,9 +41,7 @@
41
41
  "./WebpackAliases": {
42
42
  "import": "./transpiled/ESNext/webpack.aliases.mjs",
43
43
  "require": "./transpiled/CommonJS/webpack.aliases.cjs"
44
- },
45
- "./CssCleanStart_2_main_relative": "./MediaAndStyles/CssCleanStart_2_main_relative.css",
46
- "./CssCleanStart_2_main_resolved_minimal": "./MediaAndStyles/CssCleanStart_2_main_resolved_minimal.css"
44
+ }
47
45
  }
48
46
  }
49
47