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

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.
@@ -392,11 +392,18 @@ html.jsx body main {
392
392
  list-style: decimal inside;
393
393
  }
394
394
 
395
+ .jsx ul ul,
396
+ .jsx ul ol,
397
+ .jsx ol ul,
398
+ .jsx ol ol {
399
+ margin-left: var(--jsx--css-clean-start-2--ul--margin-left);
400
+ }
401
+
395
402
 
396
403
 
397
404
  .jsx ul li,
398
405
  .jsx ol li {
399
- display: list-item;
406
+ display: list-item;
400
407
  }
401
408
 
402
409
 
@@ -80,6 +80,7 @@
80
80
 
81
81
  --jsx--css-clean-start-2--all-tags--margin: 0 0 0 0;
82
82
  --jsx--css-clean-start-2--h--margin: 0 0 0 0;
83
+ --jsx--css-clean-start-2--ul--margin-left: 2rem;
83
84
  --jsx--css-clean-start-2--p--margin: 0.9rem 0 0.9rem 0;
84
85
 
85
86
  --jsx--css-clean-start-2--all-tags--color: black;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaisocx/css-clean-start-2",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "author": "Jaisocx",
6
6
  "keywords": [
@@ -41,7 +41,9 @@
41
41
  "./WebpackAliases": {
42
42
  "import": "./transpiled/ESNext/webpack.aliases.mjs",
43
43
  "require": "./transpiled/CommonJS/webpack.aliases.cjs"
44
- }
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"
45
47
  }
46
48
  }
47
49