@linzjs/lui 24.11.0 → 24.12.0

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.
@@ -20,9 +20,7 @@ ul {
20
20
  // This is used to add generic list styles to ul & li's
21
21
  .lui-list-bullet {
22
22
  list-style-type: disc;
23
- padding-left: lui.$unit-md; // 24px
24
-
25
- li {
26
- margin-top: lui.$unit-sm; // 12px
27
- }
28
- }
23
+ padding-left: lui.$unit-md;
24
+ margin-top: lui.$unit-sm;
25
+ margin-bottom: lui.$unit-sm;
26
+ }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "24.11.0",
2
+ "version": "24.12.0",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",