@t8/docsgen 0.1.73 → 0.1.74

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.
@@ -247,3 +247,8 @@ p.installation {
247
247
  .installation code {
248
248
  background: transparent;
249
249
  }
250
+
251
+ .li {
252
+ display: inline-block;
253
+ margin: 0.25em 0;
254
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -247,3 +247,8 @@ p.installation {
247
247
  .installation code {
248
248
  background: transparent;
249
249
  }
250
+
251
+ .li {
252
+ display: inline-block;
253
+ margin: 0.25em 0;
254
+ }